Class FileNameHarvester

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void harvestAllFilenames()
      This method harvests a list of all the files currently in the arcrepository and appends any new ones found to the ArchiveFile object store.
      static void harvestRecentFilenames()
      This method harvests a list of all the recently added files in the archive.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • harvestAllFilenames

        public static void harvestAllFilenames()
        This method harvests a list of all the files currently in the arcrepository and appends any new ones found to the ArchiveFile object store.
      • harvestRecentFilenames

        public static void harvestRecentFilenames()
        This method harvests a list of all the recently added files in the archive.