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

Packages that use CvsFile
net.sf.statcvs.model   
net.sf.statcvs.output   
net.sf.statcvs.renderer   
net.sf.statcvs.renderer.xml   
 

Uses of CvsFile in net.sf.statcvs.model
 

Methods in net.sf.statcvs.model that return CvsFile
 CvsFile CvsRevision.getFile()
          Returns the CvsFile object of this revision.
 

Methods in net.sf.statcvs.model with parameters of type CvsFile
 void Directory.addFile(CvsFile file)
          Adds a file to this directory
protected  void CvsRevision.setCvsFile(CvsFile file)
          Sets the CvsFile which the revision belongs to.
 

Uses of CvsFile in net.sf.statcvs.output
 

Methods in net.sf.statcvs.output with parameters of type CvsFile
 java.lang.String WebRepositoryIntegration.getFileHistoryUrl(CvsFile file)
          Returns a URL to a file in the web repository browser.
 java.lang.String ViewCvsIntegration.getFileHistoryUrl(CvsFile file)
           
 java.lang.String CvswebIntegration.getFileHistoryUrl(CvsFile file)
           
 java.lang.String ChoraIntegration.getFileHistoryUrl(CvsFile file)
           
static java.lang.String HTMLTagger.getFileLink(CvsFile file)
          Returns HTML code for a file.
 java.lang.String WebRepositoryIntegration.getFileViewUrl(CvsFile file)
          Returns a URL to a file in the web repository browser.
 java.lang.String ViewCvsIntegration.getFileViewUrl(CvsFile file)
           
 java.lang.String CvswebIntegration.getFileViewUrl(CvsFile file)
           
 java.lang.String ChoraIntegration.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
 

Uses of CvsFile in net.sf.statcvs.renderer.xml
 

Methods in net.sf.statcvs.renderer.xml with parameters of type CvsFile
 void XMLTableRenderer.renderFileCell(CvsFile file, boolean withIcon)