dk.netarkivet.wayback.indexer
Class FileNameHarvester

java.lang.Object
  extended by dk.netarkivet.wayback.indexer.FileNameHarvester

public class FileNameHarvester
extends java.lang.Object


Constructor Summary
FileNameHarvester()
           
 
Method Summary
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
 

Constructor Detail

FileNameHarvester

public FileNameHarvester()
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.