public class CvsRevisionParser
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
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 | Description |
---|---|
CvsRevisionParser(LookaheadReader logReader,
CvsLogBuilder builder) |
Default Constructor CvsRevisionParser.
|
Modifier and Type | Method | Description |
---|---|---|
void |
parse() |
Parses the list of revisions for one file
|
public static final java.lang.String REVISION_DELIMITER
public static final java.lang.String FILE_DELIMITER
public CvsRevisionParser(LookaheadReader logReader, CvsLogBuilder builder)
logReader
- the readerbuilder
- a Builder for the creation processpublic void parse() throws LogSyntaxException, java.io.IOException
LogSyntaxException
- on syntax error in the logjava.io.IOException
- on read error