|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 ChangeLogParser
changeLog
- the controlling taskChangeLogParser.init(ChangeLog)
public void cleanup()
cleanup
in interface ChangeLogParser
ChangeLogParser.cleanup()
public void setTestMode(boolean testMode)
public void setDateFormatInFile(String dateFormat)
setDateFormatInFile
in interface ChangeLogParser
dateFormat
- a dateFormat for replace the local formatpublic Collection parse(InputStream anInputStream) throws IOException
parse
in interface ChangeLogParser
anInputStream
- 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 |