net.sf.statcvs.input
public class CvsRevisionParser extends Object
Modifier and Type | Field and Description |
---|---|
static String |
FILE_DELIMITER
File Delimiter in CVS log file
|
static String |
REVISION_DELIMITER
Revision Delimiter in CVS log file
|
Constructor and Description |
---|
CvsRevisionParser(LookaheadReader logReader,
CvsLogBuilder builder)
Default Constructor CvsRevisionParser.
|
public static final String REVISION_DELIMITER
public static final String FILE_DELIMITER
public CvsRevisionParser(LookaheadReader logReader, CvsLogBuilder builder)
logReader
- the readerbuilder
- a Builder for the creation processpublic void parse() throws LogSyntaxException, IOException
LogSyntaxException
- on syntax error in the logIOException
- on read error