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