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
Revisions in a repository.Represents a commit, which may consist of severalRevisionobjects.Represents a directory in theRepository, a container forVersionedFiles and subDirectorys.Represents a CVS Repository and provides access to theVersionedFiles,Directorys,Revisions andAuthors recorded in the repository's history.One revision of aVersionedFile.Represents a symbolic name (tags).