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 and Description |
---|---|
Repository |
Builder.createCvsContent()
Returns a Repository object of all files.
|
Modifier and Type | Method and Description |
---|---|
Repository |
ReportConfig.getRepository() |
Constructor and Description |
---|
ReportConfig(Repository repository,
java.lang.String projectName,
java.lang.String rootDirectory,
MarkupSyntax syntax,
CssHandler cssHandler,
java.lang.String charSet) |
Modifier and Type | Method and 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 and Description |
---|---|
protected Repository |
AbstractRollingLocTableReport.getContent() |
protected Repository |
AbstractLocTableReport.getContent() |
Constructor and 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.
|