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

Packages that use CvsFile
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 CvsFile in net.sf.statcvs.input
 

Methods in net.sf.statcvs.input that return CvsFile
 CvsFile FileBuilder.createFile(Date beginOfLogDate)
          Creates and returns a CvsFile representation of the file.
 

Uses of CvsFile in net.sf.statcvs.model
 

Methods in net.sf.statcvs.model that return CvsFile
 CvsFile CvsRevision.getFile()
          Returns the file which was changed by this revision.
 

Methods in net.sf.statcvs.model with parameters of type CvsFile
 void CvsContent.addFile(CvsFile file)
          Adds one file to the repository.
 

Uses of CvsFile in net.sf.statcvs.output
 

Methods in net.sf.statcvs.output with parameters of type CvsFile
 String WebRepositoryIntegration.getFileHistoryUrl(CvsFile file)
          Returns a URL to a file in the web repository browser.
 String WebRepositoryIntegration.getFileViewUrl(CvsFile file)
          Returns a URL to a file in the web repository browser.
 String ViewCvsIntegration.getFileHistoryUrl(CvsFile file)
           
 String ViewCvsIntegration.getFileViewUrl(CvsFile file)
           
static String HTMLTagger.getFileLink(CvsFile file)
          Returns HTML code for a file.
 String ChoraIntegration.getFileHistoryUrl(CvsFile file)
           
 String ChoraIntegration.getFileViewUrl(CvsFile file)
           
 String CvswebIntegration.getFileHistoryUrl(CvsFile file)
           
 String CvswebIntegration.getFileViewUrl(CvsFile file)
           
 

Uses of CvsFile in net.sf.statcvs.renderer
 

Methods in net.sf.statcvs.renderer with parameters of type CvsFile
 void TableCellRenderer.renderFileCell(CvsFile file, boolean withIcon)
          Render a cell containing a file
 void HTMLTableCellRenderer.renderFileCell(CvsFile file, boolean withIcon)
          Render a cell containing a file to HTML