Class Module

java.lang.Object
net.sf.statcvs.model.Module
All Implemented Interfaces:
Comparable

public class Module extends Object implements Comparable
Author:
Benoit
  • Constructor Details

    • Module

      public Module(String name)
  • Method Details

    • addFile

      public void addFile(VersionedFile vf)
    • getCurrentLinesOfCode

      public int getCurrentLinesOfCode()
    • getRevisions

      public SortedSet getRevisions()
      Returns all Revisions to files in this directory, in order from oldest to most recent.
      Returns:
      list of Revisions for this directory
    • compareTo

      public int compareTo(Object mod)
      Specified by:
      compareTo in interface Comparable
    • getName

      public String getName()
    • getFiles

      public SortedSet getFiles()