Class Module

  • All Implemented Interfaces:
    java.lang.Comparable

    public class Module
    extends java.lang.Object
    implements java.lang.Comparable
    Author:
    Benoit
    • Constructor Summary

      Constructors 
      Constructor Description
      Module​(java.lang.String name)  
    • Constructor Detail

      • Module

        public Module​(java.lang.String name)
    • Method Detail

      • getCurrentLinesOfCode

        public int getCurrentLinesOfCode()
      • getRevisions

        public java.util.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​(java.lang.Object mod)
        Specified by:
        compareTo in interface java.lang.Comparable
      • getName

        public java.lang.String getName()
      • getFiles

        public java.util.SortedSet getFiles()