Frames | No Frames |
Methods with parameter type net.sf.statcvs.model.VersionedFile | |
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
|
Methods with return type net.sf.statcvs.model.VersionedFile | |
VersionedFile | FileBuilder.createFile(Date beginOfLogDate) Creates and returns a VersionedFile representation of the file. |
Methods with parameter type net.sf.statcvs.model.VersionedFile | |
String | |
String | |
String | Returns a URL to a file in the web repository browser. |
String | Returns a URL to a file in the web repository browser. |
String | |
String | Returns a URL to a file in the web repository browser. |
String | |
String | |
String | |
String | |
String | Returns a URL to a file in the web repository browser. |
String | Returns a URL to a file in the web repository browser. |
String | |
String | Returns a URL to a file in the web repository browser. |
boolean |
Constructors with parameter type net.sf.statcvs.model.VersionedFile | |
Revision.Revision(VersionedFile file, String revisionNumber, int type, Author author, Date date, String comment, int lines, int linesDelta, int linesReplaced, SortedSet symbolicNames) Creates a new revision of a file with the
specified revision number. |
Methods with parameter type net.sf.statcvs.model.VersionedFile | |
void | Adds one file to the repository. |
Methods with return type net.sf.statcvs.model.VersionedFile | |
VersionedFile | Returns the file which was changed by this revision. |