Uses of Class
dk.netarkivet.harvester.harvesting.HeritrixFiles

Packages that use HeritrixFiles
dk.netarkivet.harvester.harvesting   
dk.netarkivet.harvester.harvesting.controller   
 

Uses of HeritrixFiles in dk.netarkivet.harvester.harvesting
 

Methods in dk.netarkivet.harvester.harvesting that return HeritrixFiles
protected  HeritrixFiles HeritrixLauncher.getHeritrixFiles()
           
 HeritrixFiles HarvestController.writeHarvestFiles(java.io.File crawldir, Job job, java.util.List<MetadataEntry> metadataEntries)
          Writes the files involved with a harvests.
 

Methods in dk.netarkivet.harvester.harvesting with parameters of type HeritrixFiles
 void HarvestController.runHarvest(HeritrixFiles files)
          Creates the actual HeritrixLauncher instance and runs it, after the various setup files have been written.
 DomainHarvestReport HarvestController.storeFiles(HeritrixFiles files, java.lang.StringBuilder errorMessage, java.util.List<java.io.File> failedFiles)
          Controls storing all files involved in a job.
 

Constructors in dk.netarkivet.harvester.harvesting with parameters of type HeritrixFiles
HeritrixLauncher(HeritrixFiles files)
          Private HeritrixLaucher constructor.
 

Uses of HeritrixFiles in dk.netarkivet.harvester.harvesting.controller
 

Methods in dk.netarkivet.harvester.harvesting.controller that return HeritrixFiles
protected  HeritrixFiles AbstractJMXHeritrixController.getHeritrixFiles()
           
 

Methods in dk.netarkivet.harvester.harvesting.controller with parameters of type HeritrixFiles
static DefaultHeritrixLauncher DefaultHeritrixLauncher.getInstance(HeritrixFiles files)
          Get instance of this class.
static BnfHeritrixLauncher BnfHeritrixLauncher.getInstance(HeritrixFiles files)
          Get instance of this class.
 

Constructors in dk.netarkivet.harvester.harvesting.controller with parameters of type HeritrixFiles
AbstractJMXHeritrixController(HeritrixFiles files)
          Create a BnfHeritrixController object.
BnfHeritrixController(HeritrixFiles files)
          Create a BnfHeritrixController object.
JMXHeritrixController(HeritrixFiles files)
          Create a JMXHeritrixController object.