net.sourceforge.groboutils.pmti.v1.itf.impl
Class XMLTestIssueRecordWriter

java.lang.Object
  extended bynet.sourceforge.groboutils.pmti.v1.itf.impl.XMLTestIssueRecordWriter
All Implemented Interfaces:
ITestIssueRecordWriter

public class XMLTestIssueRecordWriter
extends java.lang.Object
implements ITestIssueRecordWriter

Parses the output of XMLFileServer.

Since:
March 17, 2002
Version:
$Date: 2003/02/10 22:52:00 $
Author:
Matt Albrecht groboclown@users.sourceforge.net

Constructor Summary
XMLTestIssueRecordWriter()
           
 
Method Summary
 void write(ITestIssueRecordSet set, java.lang.String name)
          Write the given record set to the output repository in the correct format.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLTestIssueRecordWriter

public XMLTestIssueRecordWriter()
Method Detail

write

public void write(ITestIssueRecordSet set,
                  java.lang.String name)
           throws java.io.IOException
Write the given record set to the output repository in the correct format.

Specified by:
write in interface ITestIssueRecordWriter
Parameters:
set - the set of records to write.
name - a hint to specify a category to describe the set's output; this may be used to generate a filename, among other things.
Throws:
java.io.IOException


Copyright © 2001-2003 by The GroboUtils Project