Package net.sf.statcvs.model
Class Module
java.lang.Object
net.sf.statcvs.model.Module
- All Implemented Interfaces:
Comparable
- Author:
- Benoit
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addFile
(VersionedFile vf) int
int
getFiles()
getName()
Returns allRevision
s to files in this directory, in order from oldest to most recent.
-
Constructor Details
-
Module
-
-
Method Details
-
addFile
-
getCurrentLinesOfCode
public int getCurrentLinesOfCode() -
getRevisions
Returns allRevision
s to files in this directory, in order from oldest to most recent.- Returns:
- list of Revisions for this directory
-
compareTo
- Specified by:
compareTo
in interfaceComparable
-
getName
-
getFiles
-