net.sf.statcvs.input
Class CvsLogfileParser
java.lang.Object
net.sf.statcvs.input.CvsLogfileParser
- public class CvsLogfileParser
- extends Object
Parses a CVS logfile. A Builder
must be specified which does
the construction work.
- Version:
- $Id: CvsLogfileParser.java,v 1.15 2004/10/10 11:29:07 cyganiak Exp $
- Author:
- Anja Jentzsch, Richard Cyganiak
Method Summary |
void |
parse()
Parses the logfile. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CvsLogfileParser
public CvsLogfileParser(Reader logReader,
CvsLogBuilder builder)
- Default Constructor
- Parameters:
logReader
- a Reader containing the CVS logfilebuilder
- the builder that will process the log information
parse
public void parse()
throws LogSyntaxException,
IOException
- 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 log
IOException
- if errors while reading from the log Reader