net.sf.statcvs.input
Class CvsLogfileParser
public class CvsLogfileParser
Parses a CVS logfile. A
Builder
must be specified which does
the construction work.
$Id: CvsLogfileParser.java,v 1.17 2008/04/02 11:22:15 benoitx Exp $- Anja Jentzsch
- Richard Cyganiak
void | parse() - Parses the logfile.
|
CvsLogfileParser
public CvsLogfileParser(Reader logReader,
CvsLogBuilder builder)
Default Constructor
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.