Package net.sf.statcvs.input
Class CvsRevisionParser
java.lang.Object
net.sf.statcvs.input.CvsRevisionParser
Parses all revisions of one file.
- Version:
- $Id: CvsRevisionParser.java,v 1.41 2008/04/02 11:22:15 benoitx Exp $
- Author:
- Anja Jentzsch, Richard Cyganiak
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCvsRevisionParser
(LookaheadReader logReader, CvsLogBuilder builder) Default Constructor CvsRevisionParser. -
Method Summary
-
Field Details
-
REVISION_DELIMITER
Revision Delimiter in CVS log file- See Also:
-
FILE_DELIMITER
File Delimiter in CVS log file- See Also:
-
-
Constructor Details
-
CvsRevisionParser
Default Constructor CvsRevisionParser.- Parameters:
logReader
- the readerbuilder
- a Builder for the creation process
-
-
Method Details
-
parse
Parses the list of revisions for one file- Throws:
LogSyntaxException
- on syntax error in the logIOException
- on read error
-