Package | Description |
---|---|
net.sf.statcvs |
StatCVS main package containing the command line launcher
and some core classes.
|
net.sf.statcvs.input |
This package is responsible for parsing CVS logs and working
copy and creating a StatCVS model from them.
|
Class | Description |
---|---|
LogSyntaxException |
Class | Description |
---|---|
Builder |
Helps building the
Repository from a CVS
log. |
CvsLogBuilder |
Interface for defining a Builder that constructs a data structure from
a CVS logfile.
|
LogSyntaxException | |
NoLineCountException |
Indicates that no LOC count could be obtained for a file
|
RepositoryFileManager |
Manages a checked-out repository and provides access to
line number counts for repository files.
|
RevisionData |
Container for all information contained in one CVS revisionNumber
|