Uses of Package
net.sf.statcvs.model

Packages that use net.sf.statcvs.model
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   
net.sf.statcvs.reports   
 

Classes in net.sf.statcvs.model used by net.sf.statcvs.input
Author
          Represents an author of one or more CvsRevisions in a repository.
Commit
          Represents a commit, which may consist of several CvsRevision objects.
CvsContent
          Represents a CVS Repository and provides access to the CvsFiles, Directorys, CvsRevisions and Authors recorded in the repository's history.
CvsFile
          Represents one versioned file in the Repository, including its name, Directory and CvsRevision list.
CvsRevision
          One revision of a CvsFile.
Directory
          Represents a directory in the Repository, a container for CvsFiles and subDirectorys.
 

Classes in net.sf.statcvs.model used by net.sf.statcvs.model
Author
          Represents an author of one or more CvsRevisions in a repository.
CvsFile
          Represents one versioned file in the Repository, including its name, Directory and CvsRevision list.
CvsRevision
          One revision of a CvsFile.
Directory
          Represents a directory in the Repository, a container for CvsFiles and subDirectorys.
 

Classes in net.sf.statcvs.model used by net.sf.statcvs.output
Author
          Represents an author of one or more CvsRevisions in a repository.
CvsContent
          Represents a CVS Repository and provides access to the CvsFiles, Directorys, CvsRevisions and Authors recorded in the repository's history.
CvsFile
          Represents one versioned file in the Repository, including its name, Directory and CvsRevision list.
CvsRevision
          One revision of a CvsFile.
Directory
          Represents a directory in the Repository, a container for CvsFiles and subDirectorys.
 

Classes in net.sf.statcvs.model used by net.sf.statcvs.renderer
Author
          Represents an author of one or more CvsRevisions in a repository.
CvsContent
          Represents a CVS Repository and provides access to the CvsFiles, Directorys, CvsRevisions and Authors recorded in the repository's history.
CvsFile
          Represents one versioned file in the Repository, including its name, Directory and CvsRevision list.
Directory
          Represents a directory in the Repository, a container for CvsFiles and subDirectorys.
 

Classes in net.sf.statcvs.model used by net.sf.statcvs.reports
Author
          Represents an author of one or more CvsRevisions in a repository.
CvsContent
          Represents a CVS Repository and provides access to the CvsFiles, Directorys, CvsRevisions and Authors recorded in the repository's history.
Directory
          Represents a directory in the Repository, a container for CvsFiles and subDirectorys.