|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.vsslib.VssChangeLogParser
Visual Source Safe specific implementation of ChangeLogParser interface.
Constructor Summary | |
VssChangeLogParser()
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 inputStream)
Parse the input stream into a collection. |
void |
setDateFormatInFile(String s)
Defined in ChangeLogParser interface |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public VssChangeLogParser()
Method Detail |
public void init(ChangeLog changeLog)
init
in interface ChangeLogParser
changeLog
- the controlling taskChangeLogParser#init(ChangeLog)
public Collection parse(InputStream inputStream) throws IOException
parse
in interface ChangeLogParser
inputStream
- an input stream containing clearcase log output
IOException
- when there are errors reading the provided streampublic void cleanup()
cleanup
in interface ChangeLogParser
ChangeLogParser#cleanup()
public void setDateFormatInFile(String s)
setDateFormatInFile
in interface ChangeLogParser
s
- a dateFormat for replace the local formatChangeLogParser
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |