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 aVersionedFilerepresentation 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 TypeMethodDescriptionvoidModule.addFile(VersionedFile vf) voidRepository.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 StringViewCvsIntegration.getFileUrl(VersionedFile file, String parameter) protected StringViewVcIntegration.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 booleanViewCvsIntegration.isInAttic(VersionedFile file) -
Uses of VersionedFile in net.sf.statcvs.renderer
Methods in net.sf.statcvs.renderer with parameters of type VersionedFileModifier and TypeMethodDescriptionvoidHTMLTableCellRenderer.renderFileCell(VersionedFile file, boolean withIcon, WebRepositoryIntegration webRepository) Render a cell containing a file to HTMLvoidTableCellRenderer.renderFileCell(VersionedFile file, boolean withIcon, WebRepositoryIntegration webRepository) Render a cell containing a filevoidXMLRenderer.renderFileCell(VersionedFile file, boolean withIcon, WebRepositoryIntegration webRepository) Render a cell containing a file to XML