Package net.sf.statcvs.model
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.
-
ClassesClassDescriptionRepresents an author of one or more
Revision
s in a repository.Represents a commit, which may consist of severalRevision
objects.Represents a directory in theRepository
, a container forVersionedFile
s and subDirectorys.Represents a CVS Repository and provides access to theVersionedFile
s,Directory
s,Revision
s andAuthor
s recorded in the repository's history.One revision of aVersionedFile
.Represents a symbolic name (tags).