Uses of Class net.sf.statcvs.model.VersionedFile

Uses in package net.sf.statcvs.renderer

Methods with parameter type net.sf.statcvs.model.VersionedFile

void
Render a cell containing a file to HTML
void
Render a cell containing a file
void
XMLRenderer.renderFileCell(VersionedFile file, boolean withIcon, WebRepositoryIntegration webRepository)
Render a cell containing a file to XML

Uses in package net.sf.statcvs.input

Methods with return type net.sf.statcvs.model.VersionedFile

VersionedFile
FileBuilder.createFile(Date beginOfLogDate)
Creates and returns a VersionedFile representation of the file.

Uses in package net.sf.statcvs.output

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
ViewCvsIntegration.getFileUrl(VersionedFile file, String parameter)
String
ViewVcIntegration.getFileUrl(VersionedFile file, String parameter)
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

Uses in package net.sf.statcvs.model

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.