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

Packages that use CvsFile
net.sf.statcvs.input   
net.sf.statcvs.model   
 

Uses of CvsFile in net.sf.statcvs.input
 

Methods in net.sf.statcvs.input that return CvsFile
 CvsFile CvsFileBlockParser.getParsedFile()
          Returns a CvsFile from the parsed input, or null if the CVS file does not qualify for inclusion in our analysis (for example, if it has no revisions on the current branch).
 

Uses of CvsFile in net.sf.statcvs.model
 

Methods in net.sf.statcvs.model that return CvsFile
 CvsFile CvsContent.getFile(java.lang.String file)
          Returns the information for this file without deleting it.
 CvsFile CvsContent.removeFile(java.lang.String file)
          Returns and deletes the information about the file.
 CvsFile CvsRevision.getFile()
          Returns the CvsFile object of this revision.
 

Methods in net.sf.statcvs.model with parameters of type CvsFile
 void CvsContent.insertFile(CvsFile entry)
          Inserts the information about one file into the set of existing fileinformation.
protected  void CvsRevision.setCvsFile(CvsFile file)
          Sets the CvsFile for the revision.