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.
|
Modifier and Type | Method | Description |
---|---|---|
static void |
Main.generateDefaultHTMLSuite() |
Generates HTML report.
|
Modifier and Type | Method | Description |
---|---|---|
void |
CvsFileBlockParser.parse() |
Parses one file from the input reader.
|
void |
CvsLogfileParser.parse() |
Parses the logfile.
|
void |
CvsRevisionParser.parse() |
Parses the list of revisions for one file
|