Class BackupSet


  • public class BackupSet
    extends java.lang.Object
    Represents the set of Operations files that is considered a "Backup" of the current Operations files. It can facilitate the display and selection of backup sets using a GUI. This class needs tests.......
    • Constructor Summary

      Constructors 
      Constructor Description
      BackupSet​(java.io.File dir)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void delete()  
      java.lang.String getSetName()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • BackupSet

        public BackupSet​(java.io.File dir)
    • Method Detail

      • getSetName

        public java.lang.String getSetName()
      • delete

        public void delete()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object