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.model |
Classes providing a representation of all log data in a
repository.
|
net.sf.statcvs.output | |
net.sf.statcvs.renderer |
Modifier and Type | Method and Description |
---|---|
VersionedFile |
FileBuilder.createFile(java.util.Date beginOfLogDate)
Creates and returns a
VersionedFile representation of the file. |
Modifier and Type | Method and Description |
---|---|
VersionedFile |
Revision.getFile()
Returns the file which was changed by this revision.
|
Modifier and Type | Method and Description |
---|---|
void |
Module.addFile(VersionedFile vf) |
void |
Repository.addFile(VersionedFile file)
Adds one file to the repository.
|
Constructor and Description |
---|
Revision(VersionedFile file,
java.lang.String revisionNumber,
int type,
Author author,
java.util.Date date,
java.lang.String comment,
int lines,
int linesDelta,
int linesReplaced,
java.util.SortedSet symbolicNames)
Creates a new revision of a file with the
specified revision number.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ChoraIntegration.getFileHistoryUrl(VersionedFile file) |
java.lang.String |
CvswebIntegration.getFileHistoryUrl(VersionedFile file) |
java.lang.String |
JCVSWebIntegration.getFileHistoryUrl(VersionedFile file) |
java.lang.String |
TracIntegration.getFileHistoryUrl(VersionedFile file) |
java.lang.String |
ViewCvsIntegration.getFileHistoryUrl(VersionedFile file) |
java.lang.String |
WebRepositoryIntegration.getFileHistoryUrl(VersionedFile file)
Returns a URL to a file in the web repository browser.
|
protected java.lang.String |
ViewCvsIntegration.getFileUrl(VersionedFile file,
java.lang.String parameter) |
protected java.lang.String |
ViewVcIntegration.getFileUrl(VersionedFile file,
java.lang.String parameter) |
java.lang.String |
ChoraIntegration.getFileViewUrl(VersionedFile file) |
java.lang.String |
CvswebIntegration.getFileViewUrl(VersionedFile file) |
java.lang.String |
JCVSWebIntegration.getFileViewUrl(VersionedFile file) |
java.lang.String |
TracIntegration.getFileViewUrl(VersionedFile file) |
java.lang.String |
ViewCvsIntegration.getFileViewUrl(VersionedFile file) |
java.lang.String |
WebRepositoryIntegration.getFileViewUrl(VersionedFile file)
Returns a URL to a file in the web repository browser.
|
protected boolean |
ViewCvsIntegration.isInAttic(VersionedFile file) |
Modifier and Type | Method and Description |
---|---|
void |
HTMLTableCellRenderer.renderFileCell(VersionedFile file,
boolean withIcon,
WebRepositoryIntegration webRepository)
Render a cell containing a file to HTML
|
void |
TableCellRenderer.renderFileCell(VersionedFile file,
boolean withIcon,
WebRepositoryIntegration webRepository)
Render a cell containing a file
|
void |
XMLRenderer.renderFileCell(VersionedFile file,
boolean withIcon,
WebRepositoryIntegration webRepository)
Render a cell containing a file to XML
|