Uses of Interface
net.sourceforge.groboutils.pmti.v1.itf.ITestIssueRecordSet

Packages that use ITestIssueRecordSet
net.sourceforge.groboutils.pmti.v1.itf The Issue Traceability Framework
net.sourceforge.groboutils.pmti.v1.itf.impl   
net.sourceforge.groboutils.pmti.v1.itf.parser   
 

Uses of ITestIssueRecordSet in net.sourceforge.groboutils.pmti.v1.itf
 

Methods in net.sourceforge.groboutils.pmti.v1.itf that return ITestIssueRecordSet
 ITestIssueRecordSet[] ITestIssueRecordCollator.collate(ITestIssueRecord[] records)
          Returns the parsed test-issue records, divided into logically separated collections.
 

Methods in net.sourceforge.groboutils.pmti.v1.itf with parameters of type ITestIssueRecordSet
 void ITestIssueRecordWriter.write(ITestIssueRecordSet set, java.lang.String name)
          Write the given record set to the output repository in the correct format.
 

Uses of ITestIssueRecordSet in net.sourceforge.groboutils.pmti.v1.itf.impl
 

Classes in net.sourceforge.groboutils.pmti.v1.itf.impl that implement ITestIssueRecordSet
 class DefaultTestIssueRecordSet
          A simple immutable set of issue records.
 

Methods in net.sourceforge.groboutils.pmti.v1.itf.impl that return ITestIssueRecordSet
 ITestIssueRecordSet[] AllTestIssueRecordCollator.collate(ITestIssueRecord[] r)
           
 ITestIssueRecordSet[] AbstractTestIssueRecordCollator.collate(ITestIssueRecord[] r)
           
 

Methods in net.sourceforge.groboutils.pmti.v1.itf.impl with parameters of type ITestIssueRecordSet
 void XMLTestIssueRecordWriter.write(ITestIssueRecordSet set, java.lang.String name)
          Write the given record set to the output repository in the correct format.
 

Uses of ITestIssueRecordSet in net.sourceforge.groboutils.pmti.v1.itf.parser
 

Methods in net.sourceforge.groboutils.pmti.v1.itf.parser that return ITestIssueRecordSet
 ITestIssueRecordSet IParserCollator.getRecords()
          Returns the parsed test-issue records for all known parsers.
 ITestIssueRecordSet DefaultParserCollator.getRecords()
          Returns the parsed test-issue records, divided into logically separated collections.
 



Copyright © 2001-2003 by The GroboUtils Project