|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sf.statcvs.input.CvsFileBlockParser
Parses the information of one file from a CVS logfile
LookaheadReader
. A Builder
must be
specified which constructs some representation of that file.
Constructor Summary | |
CvsFileBlockParser(LookaheadReader logReader,
Builder builder)
Default Constructor CvsFileBlockParser. |
Method Summary | |
void |
parse()
Parses one file from the input reader. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CvsFileBlockParser(LookaheadReader logReader, Builder builder)
logReader
- readerbuilder
- a Builder for the creation processMethod Detail |
public void parse() throws LogSyntaxException, java.io.IOException
LogSyntaxException
- on syntax error
java.io.IOException
- on read/write error
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |