Package net.sf.statcvs.model
Classes providing a representation of all log data in a repository. CvsContent represents a checked-out module from a repository. The other classes are individual revisions, commits, files etc.
-
Class Summary Class Description Author Represents an author of one or moreRevision
s in a repository.Commit Represents a commit, which may consist of severalRevision
objects.Directory Represents a directory in theRepository
, a container forVersionedFile
s and subDirectorys.Module Repository Represents a CVS Repository and provides access to theVersionedFile
s,Directory
s,Revision
s andAuthor
s recorded in the repository's history.Revision One revision of aVersionedFile
.SymbolicName Represents a symbolic name (tags).VersionedFile