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

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

public class AllTestIssueRecordCollator
extends java.lang.Object
implements ITestIssueRecordCollator

Collates the parsers' parsed records into a single record set.

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

Constructor Summary
AllTestIssueRecordCollator()
           
 
Method Summary
 ITestIssueRecordSet[] collate(ITestIssueRecord[] r)
          Returns the parsed test-issue records, divided into logically separated collections.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllTestIssueRecordCollator

public AllTestIssueRecordCollator()
Method Detail

collate

public ITestIssueRecordSet[] collate(ITestIssueRecord[] r)
Description copied from interface: ITestIssueRecordCollator
Returns the parsed test-issue records, divided into logically separated collections.

Specified by:
collate in interface ITestIssueRecordCollator


Copyright © 2001-2003 by The GroboUtils Project