net.sf.statcvs.model
public class Module extends Object implements Comparable
Modifier and Type | Method and Description |
---|---|
void |
addFile(VersionedFile vf) |
int |
compareTo(Object mod) |
int |
getCurrentLinesOfCode() |
SortedSet |
getFiles() |
String |
getName() |
SortedSet |
getRevisions()
Returns all
Revision s to files in
this directory, in order from oldest to most recent. |
public Module(String name)
public void addFile(VersionedFile vf)
public int getCurrentLinesOfCode()
public SortedSet getRevisions()
Revision
s to files in
this directory, in order from oldest to most recent.public int compareTo(Object mod)
compareTo
in interface Comparable
public String getName()
public SortedSet getFiles()