Uses of Package
net.sf.statcvs.input

Packages that use net.sf.statcvs.input
net.sf.statcvs StatCVS main package containing the command line launcher and some core classes. 
net.sf.statcvs.input This package is responsible for parsing CVS logs and working copy and creating a StatCVS model from them. 
 

Classes in net.sf.statcvs.input used by net.sf.statcvs
EmptyRepositoryException
          Indicates that we can't generate a report because there are no files or revisions in the repository
LogSyntaxException
           
 

Classes in net.sf.statcvs.input used by net.sf.statcvs.input
Builder
          Helps building the CvsContent from a CVS log.
CvsLogBuilder
          Interface for defining a Builder that constructs a data structure from a CVS logfile.
EmptyRepositoryException
          Indicates that we can't generate a report because there are no files or revisions in the repository
LogSyntaxException
           
NoLineCountException
          Indicates that no LOC count could be obtained for a file
RepositoryFileManager
          Manages a checked-out repository and provides access to line number counts for repository files.
RevisionData
          Container for all information contained in one CVS revisionNumber