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

Packages that use HeritrixFiles
dk.netarkivet.harvester.harvesting This module handles defining, scheduling, and execution of harvests. 
dk.netarkivet.harvester.harvesting.controller   
dk.netarkivet.harvester.harvesting.report   
 

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, PersistentJobData.HarvestDefinitionInfo hdi, 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.
 HarvestReport 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 BnfHeritrixLauncher BnfHeritrixLauncher.getInstance(HeritrixFiles files)
          Get instance of this class.
static DefaultHeritrixLauncher DefaultHeritrixLauncher.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)
          Deprecated. Create a JMXHeritrixController object.
 

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

Methods in dk.netarkivet.harvester.harvesting.report that return HeritrixFiles
protected  HeritrixFiles AbstractHarvestReport.getHeritrixFiles()
           
 

Methods in dk.netarkivet.harvester.harvesting.report with parameters of type HeritrixFiles
 void AbstractHarvestReport.preProcess(HeritrixFiles files)
          Pre-processing happens when the report is built just at the end of the crawl, before the ARC files upload.
 void HarvestReport.preProcess(HeritrixFiles files)
          Pre-processing happens when the report is built just at the end of the crawl, before the ARC files upload.
 

Constructors in dk.netarkivet.harvester.harvesting.report with parameters of type HeritrixFiles
AbstractHarvestReport(HeritrixFiles files)
          Constructor from Heritrix report files.
BnfHarvestReport(HeritrixFiles files)
           
LegacyHarvestReport(HeritrixFiles hFiles)
          The constructor gets the data in a crawl.log file, and parses the file.