Uses of Class
net.sf.statcvs.model.VersionedFile
Packages that use VersionedFile
Package
Description
This package is responsible for parsing CVS logs and working
copy and creating a StatCVS model from them.
Classes providing a representation of all log data in a
repository.
-
Uses of VersionedFile in net.sf.statcvs.input
Methods in net.sf.statcvs.input that return VersionedFileModifier and TypeMethodDescriptionFileBuilder.createFile
(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 VersionedFileModifier and TypeMethodDescriptionRevision.getFile()
Returns the file which was changed by this revision.Methods in net.sf.statcvs.model with parameters of type VersionedFileModifier and TypeMethodDescriptionvoid
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 -
Uses of VersionedFile in net.sf.statcvs.output
Methods in net.sf.statcvs.output with parameters of type VersionedFileModifier and TypeMethodDescriptionChoraIntegration.getFileHistoryUrl
(VersionedFile file) CvswebIntegration.getFileHistoryUrl
(VersionedFile file) JCVSWebIntegration.getFileHistoryUrl
(VersionedFile file) TracIntegration.getFileHistoryUrl
(VersionedFile file) ViewCvsIntegration.getFileHistoryUrl
(VersionedFile file) WebRepositoryIntegration.getFileHistoryUrl
(VersionedFile file) Returns a URL to a file in the web repository browser.protected String
ViewCvsIntegration.getFileUrl
(VersionedFile file, String parameter) protected String
ViewVcIntegration.getFileUrl
(VersionedFile file, String parameter) ChoraIntegration.getFileViewUrl
(VersionedFile file) CvswebIntegration.getFileViewUrl
(VersionedFile file) JCVSWebIntegration.getFileViewUrl
(VersionedFile file) TracIntegration.getFileViewUrl
(VersionedFile file) ViewCvsIntegration.getFileViewUrl
(VersionedFile file) 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 VersionedFileModifier and TypeMethodDescriptionvoid
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