public class CvsLogfileParser
extends java.lang.Object
Builder must be specified which does
the construction work.| Constructor and Description |
|---|
CvsLogfileParser(java.io.Reader logReader,
CvsLogBuilder builder)
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
parse()
Parses the logfile.
|
public CvsLogfileParser(java.io.Reader logReader,
CvsLogBuilder builder)
logReader - a Reader containing the CVS logfilebuilder - the builder that will process the log informationpublic void parse()
throws LogSyntaxException,
java.io.IOException
LogSyntaxException - if syntax errors in logjava.io.IOException - if errors while reading from the log Reader