|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Logic to extract parser parsed test-issue records.
| Method Summary | |
void |
addParser(IParser p)
Adds a new parser to the internal collection. |
ITestIssueRecordSet |
getRecords()
Returns the parsed test-issue records for all known parsers. |
| Method Detail |
public void addParser(IParser p)
It is illegal to invoke this method after a call to getRecords().
p - 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()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||