Class CvsLogfileParser
java.lang.Object
net.sf.statcvs.input.CvsLogfileParser
-
Constructor Summary
ConstructorsConstructorDescriptionCvsLogfileParser(Reader logReader, CvsLogBuilder builder) Default Constructor -
Method Summary
-
Constructor Details
-
CvsLogfileParser
Default Constructor- Parameters:
logReader- a Reader containing the CVS logfilebuilder- the builder that will process the log information
-
-
Method Details
-
parse
Parses the logfile. After parse() has finished, the result of the parsing process can be obtained from the builder.- Throws:
LogSyntaxException- if syntax errors in logIOException- if errors while reading from the log Reader
-