|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.maven.starteamlib.StarteamChangeLogParser
A class to parse starteam log output
| Constructor Summary | |
StarteamChangeLogParser()
Create a new ChangeLogParser. |
|
| Method Summary | |
void |
cleanup()
Clean up any parser resources |
void |
init(ChangeLog changeLog)
initialize the parser from the change log |
Collection |
parse(InputStream anInputStream)
Parse the input stream into a collection. |
void |
setDateFormatInFile(String dateFormat)
Set the date formatter for parse starteam stream |
void |
setTestMode(boolean testMode)
Use only with StarteamChangeLogParserTest class |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public StarteamChangeLogParser()
| Method Detail |
public void init(ChangeLog changeLog)
init in interface ChangeLogParserchangeLog - the controlling taskChangeLogParser.init(ChangeLog)public void cleanup()
cleanup in interface ChangeLogParserChangeLogParser.cleanup()public void setTestMode(boolean testMode)
public void setDateFormatInFile(String dateFormat)
setDateFormatInFile in interface ChangeLogParserdateFormat - a dateFormat for replace the local format
public Collection parse(InputStream anInputStream)
throws IOException
parse in interface ChangeLogParseranInputStream - an input stream containing Starteam log output
IOException - when there are errors reading the provided stream
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||