|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sourceforge.groboutils.pmti.v1.itf.parser.DefaultParserCollator
Logic to extract parser parsed test-issue records into logically separated sets of records.
| Constructor Summary | |
DefaultParserCollator()
|
|
| Method Summary | |
void |
addParser(IParser p)
Adds a new parser to the internal collection. |
ITestIssueRecordSet |
getRecords()
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 |
public DefaultParserCollator()
| Method Detail |
public void addParser(IParser p)
It is illegal to invoke this method after a call to getRecords().
addParser in interface IParserCollatorp - parser to add, which may be null (which should never
cause an error).
java.lang.IllegalStateException - thrown if this is called after the
getRecords() method has been invoked.public ITestIssueRecordSet getRecords()
getRecords in interface IParserCollator
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||