Package | Description |
---|---|
net.sf.statcvs.charts | |
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.model |
Classes providing a representation of all log data in a
repository.
|
net.sf.statcvs.output | |
net.sf.statcvs.pages | |
net.sf.statcvs.pages.xml | |
net.sf.statcvs.renderer | |
net.sf.statcvs.reports |
Modifier and Type | Method | Description |
---|---|---|
protected abstract int |
DirectoryPieChartMaker.calculateValue(Directory directory) |
|
protected int |
DirectoryPieChartMaker.CodeDistributionChartMaker.calculateValue(Directory directory) |
|
protected int |
DirectoryPieChartMaker.DirectorySizesChartMaker.calculateValue(Directory directory) |
Constructor | Description |
---|---|
DirectoryLOCChartMaker(ReportConfig config,
Directory directory) |
Modifier and Type | Method | Description |
---|---|---|
Directory |
Builder.getDirectory(java.lang.String filename) |
Returns the Directory of the given filename or creates it
if it does not yet exist.
|
Modifier and Type | Method | Description |
---|---|---|
static Directory |
Directory.createRoot() |
Factory method for creating a new root directory.
|
Directory |
Directory.createSubdirectory(java.lang.String name) |
Factory method for creating a new subdirectory.
|
Directory |
VersionedFile.getDirectory() |
Returns the file's Directory.
|
abstract Directory |
Directory.getParent() |
Returns the directory's parent directory or null if it is the root
|
Directory |
Repository.getRoot() |
Returns the repository's root directory, or null if the
directory contains no files.
|
Constructor | Description |
---|---|
VersionedFile(java.lang.String name,
Directory directory) |
Creates a VersionedFile object.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
ChoraIntegration.getDirectoryUrl(Directory directory) |
|
java.lang.String |
CvswebIntegration.getDirectoryUrl(Directory directory) |
|
java.lang.String |
JCVSWebIntegration.getDirectoryUrl(Directory directory) |
|
java.lang.String |
TracIntegration.getDirectoryUrl(Directory directory) |
|
java.lang.String |
ViewCvsIntegration.getDirectoryUrl(Directory directory) |
|
java.lang.String |
WebRepositoryIntegration.getDirectoryUrl(Directory directory) |
Returns a URL to a directory in the web repository browser
|
Modifier and Type | Method | Description |
---|---|---|
void |
Page.add(Directory directory,
boolean withRootLinks) |
|
static java.lang.String |
HTML.getDirectoryLink(Directory directory) |
Returns HTML code for a directory page link
|
static java.lang.String |
DirectoryPageMaker.getURL(Directory directory) |
Constructor | Description |
---|---|
DirectoryPageMaker(ReportConfig config,
Directory directory) |
|
DirectoryTreeFormatter(Directory directory,
boolean withRootLinks) |
Modifier and Type | Method | Description |
---|---|---|
static java.lang.String |
XML.getDirectoryLink(Directory directory) |
Returns HTML code for a directory page link
|
Modifier and Type | Method | Description |
---|---|---|
void |
HTMLTableCellRenderer.renderDirectoryCell(Directory directory) |
Render a cell containing a directory to HTML
|
void |
TableCellRenderer.renderDirectoryCell(Directory directory) |
Render a cell containing a directory
|
void |
XMLRenderer.renderDirectoryCell(Directory directory) |
Render a cell containing a directory to XML
|
Constructor | Description |
---|---|
AuthorsForDirectoryTableReport(ReportConfig config,
Directory directory) |
Creates a table report containing authors who have committed
changes to a specified directory, their number of changes
and LOC contributions.
|