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   
 

Classes in net.sf.statcvs.model used by net.sf.statcvs.input
CvsContent
          Representation of a CVS Repository.
CvsFile
          Represents the information about one file in the source repository.
 

Classes in net.sf.statcvs.model used by net.sf.statcvs.model
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).
CvsContent
          Representation of a CVS Repository.
CvsFile
          Represents the information about one file in the source repository.
CvsModule
          Representation of a CVS module.
CvsRevision
          Object which contains information about one revision of a file.
CvsTreeIterator
          An iterator class which provides iterative access to the CvsTree's elements.
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
CvsContent
          Representation of a CVS Repository.
CvsModule
          Representation of a CVS module.
LinesOfCodeIterator
          A customized iterator, which provides a date-sorted list of all dates where the lines of code count changed.
 

Classes in net.sf.statcvs.model used by net.sf.statcvs.renderer
CvsContent
          Representation of a CVS Repository.
FileCountIterator
          A customized iterator, which provides a date-sorted list of all dates where the number of files changed.
LinesOfCodeIterator
          A customized iterator, which provides a date-sorted list of all dates where the lines of code count changed.
RevisionIterator
          An interface which provides an iterative access to the underlying model structure.
StatCvsTableModel
          Datatype for a Table containing String values