Package | Description |
---|---|
net.sf.statcvs.input |
This package is responsible for parsing CVS logs and working
copy and creating a StatCVS model from them.
|
Modifier and Type | Class and Description |
---|---|
class |
Builder
Helps building the
Repository from a CVS
log. |
Constructor and Description |
---|
CvsFileBlockParser(LookaheadReader logReader,
CvsLogBuilder builder,
boolean isFirstFile)
Default Constructor CvsFileBlockParser.
|
CvsLogfileParser(Reader logReader,
CvsLogBuilder builder)
Default Constructor
|
CvsRevisionParser(LookaheadReader logReader,
CvsLogBuilder builder)
Default Constructor CvsRevisionParser.
|