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 TypeMethodDescriptionvoidaddFile(VersionedFile vf) intintgetFiles()getName()Returns allRevisions to files in this directory, in order from oldest to most recent.
-
Constructor Details
-
Module
-
-
Method Details
-
addFile
-
getCurrentLinesOfCode
public int getCurrentLinesOfCode() -
getRevisions
Returns allRevisions to files in this directory, in order from oldest to most recent.- Returns:
- list of Revisions for this directory
-
compareTo
- Specified by:
compareToin interfaceComparable
-
getName
-
getFiles
-