Uses of Package
net.sf.statcvs.model

Packages that use net.sf.statcvs.model
net.sf.statcvs.input   
net.sf.statcvs.model   
net.sf.statcvs.output   
net.sf.statcvs.renderer   
net.sf.statcvs.renderer.xml   
net.sf.statcvs.reports   
 

Classes in net.sf.statcvs.model used by net.sf.statcvs.input
Author
          Represents an author of one or more revisions in a repository.
CvsContent
          Representation of a CVS Repository.
Directory
          Represents a directory in the module.
 

Classes in net.sf.statcvs.model used by net.sf.statcvs.model
Author
          Represents an author of one or more revisions in a repository.
Commit
          Encapsulates a CVS commit, which may consist of several CvsRevision objects (several files committed at once by the same author with the same message).
CvsFile
          Represents the information about one file in the source repository.
CvsRevision
          Object which contains information about one revision of a file.
Directory
          Represents a directory in the module.
ListRevisionIterator
          Provides a RevisionIterator on a List of CvsRevisions.
RevisionIterator
          An interface which provides an iterative access to the underlying model structure.
RevisionPredicate
          Predicate Interface for filtering of revisions
 

Classes in net.sf.statcvs.model used by net.sf.statcvs.output
Author
          Represents an author of one or more revisions in a repository.
CvsContent
          Representation of a CVS Repository.
CvsFile
          Represents the information about one file in the source repository.
CvsRevision
          Object which contains information about one revision of a file.
Directory
          Represents a directory in the module.
 

Classes in net.sf.statcvs.model used by net.sf.statcvs.renderer
Author
          Represents an author of one or more revisions in a repository.
CvsContent
          Representation of a CVS Repository.
CvsFile
          Represents the information about one file in the source repository.
Directory
          Represents a directory in the module.
RevisionIterator
          An interface which provides an iterative access to the underlying model structure.
 

Classes in net.sf.statcvs.model used by net.sf.statcvs.renderer.xml
Author
          Represents an author of one or more revisions in a repository.
CvsFile
          Represents the information about one file in the source repository.
Directory
          Represents a directory in the module.
 

Classes in net.sf.statcvs.model used by net.sf.statcvs.reports
Author
          Represents an author of one or more revisions in a repository.
CvsContent
          Representation of a CVS Repository.
Directory
          Represents a directory in the module.
RevisionIterator
          An interface which provides an iterative access to the underlying model structure.