Uses of Class
net.sf.statcvs.model.VersionedFile
-
Packages that use VersionedFile 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 -
-
Uses of VersionedFile in net.sf.statcvs.input
Methods in net.sf.statcvs.input that return VersionedFile Modifier and Type Method Description VersionedFile
FileBuilder. createFile(java.util.Date beginOfLogDate)
Creates and returns aVersionedFile
representation of the file. -
Uses of VersionedFile in net.sf.statcvs.model
Methods in net.sf.statcvs.model that return VersionedFile Modifier and Type Method Description VersionedFile
Revision. getFile()
Returns the file which was changed by this revision.Methods in net.sf.statcvs.model with parameters of type VersionedFile Modifier and Type Method Description void
Module. addFile(VersionedFile vf)
void
Repository. addFile(VersionedFile file)
Adds one file to the repository.Constructors in net.sf.statcvs.model with parameters of type VersionedFile Constructor 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. -
Uses of VersionedFile in net.sf.statcvs.output
Methods in net.sf.statcvs.output with parameters of type VersionedFile Modifier and Type Method 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)
-
Uses of VersionedFile in net.sf.statcvs.renderer
Methods in net.sf.statcvs.renderer with parameters of type VersionedFile Modifier and Type Method Description void
HTMLTableCellRenderer. renderFileCell(VersionedFile file, boolean withIcon, WebRepositoryIntegration webRepository)
Render a cell containing a file to HTMLvoid
TableCellRenderer. renderFileCell(VersionedFile file, boolean withIcon, WebRepositoryIntegration webRepository)
Render a cell containing a filevoid
XMLRenderer. renderFileCell(VersionedFile file, boolean withIcon, WebRepositoryIntegration webRepository)
Render a cell containing a file to XML
-