| Package | Description |
|---|---|
| net.sf.statcvs.input |
This package is responsible for parsing CVS logs and working
copy and creating a StatCVS model from them.
|
| net.sf.statcvs.output | |
| net.sf.statcvs.pages | |
| net.sf.statcvs.reports |
| Modifier and Type | Method | Description |
|---|---|---|
Repository |
Builder.createCvsContent() |
Returns a Repository object of all files.
|
| Modifier and Type | Method | Description |
|---|---|---|
Repository |
ReportConfig.getRepository() |
| Constructor | Description |
|---|---|
ReportConfig(Repository repository,
java.lang.String projectName,
java.lang.String rootDirectory,
MarkupSyntax syntax,
CssHandler cssHandler,
java.lang.String charSet) |
| Modifier and Type | Method | Description |
|---|---|---|
static java.lang.String |
TwitterHelp.buildDeveloperLink(Author developer,
java.lang.String loc,
Repository repository,
ReportConfig config) |
|
static java.lang.String |
TwitterHelp.buildDeveloperOfMonthLink(Author developer,
int loc,
Repository repository,
java.lang.String month_year,
ReportConfig config) |
|
static java.lang.String |
TwitterHelp.buildOverviewLink(TopDevelopersTableReport topDevelopers,
Repository repository,
ReportConfig config) |
| Modifier and Type | Method | Description |
|---|---|---|
protected Repository |
AbstractLocTableReport.getContent() |
|
protected Repository |
AbstractRollingLocTableReport.getContent() |
| Constructor | Description |
|---|---|
DirectoriesTableReport(Repository content) |
Creates a table report containing all directories and their
respective number of changes and LOC.
|
ModuleTableReport(Repository content) |
Creates a table report containing all modules and their
respective number of changes and LOC.
|