|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sf.statcvs.input.CvsRevisionParser
Parses all revisions of one file.
| Field Summary | |
static java.lang.String |
FILE_DELIMITER
File Delimiter in CVS log file |
static java.lang.String |
REVISION_DELIMITER
Revision Delimiter in CVS log file |
| Constructor Summary | |
CvsRevisionParser(java.util.List tagNames,
java.util.List tagRevisions)
Default Constructor CvsRevisionParser. |
|
| Method Summary | |
java.util.List |
getRevisions()
Method getRevisions. |
boolean |
isDone()
Method isDone. |
void |
messageLine(java.lang.String line,
int lineNumber)
Parses one line of the logfile. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String REVISION_DELIMITER
public static final java.lang.String FILE_DELIMITER
| Constructor Detail |
public CvsRevisionParser(java.util.List tagNames,
java.util.List tagRevisions)
tagNames - list of tag names; type: StringtagRevisions - list of tag revisions; type String| Method Detail |
public void messageLine(java.lang.String line,
int lineNumber)
throws LogSyntaxException
isDone() to
true if it was the last line of this file's
section of the log.
line - the line from the loglineNumber - the number of the line, starting at 1.
LogSyntaxException - if the line does not parsepublic boolean isDone()
public java.util.List getRevisions()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||