|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sf.statcvs.input.CvsLogfileParser
Parses a CVS logfile. A Builder must be specified which does
the construction work.
| Constructor Summary | |
CvsLogfileParser(java.io.Reader logReader,
CvsLogBuilder builder)
Default Constructor |
|
| 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 |
| Constructor Detail |
public CvsLogfileParser(java.io.Reader logReader,
CvsLogBuilder builder)
logReader - a Reader containing the CVS logfilebuilder - the builder that will process the log information| Method Detail |
public void parse()
throws LogSyntaxException,
java.io.IOException
LogSyntaxException - if syntax errors in log
java.io.IOException - if errors while reading from the log Reader
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||