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

Packages that use IngestableFiles
dk.netarkivet.harvester.harvesting This module handles defining, scheduling, and execution of harvests. 
dk.netarkivet.harvester.harvesting.metadata   
 

Uses of IngestableFiles in dk.netarkivet.harvester.harvesting
 

Methods in dk.netarkivet.harvester.harvesting with parameters of type IngestableFiles
static void HarvestDocumentation.documentHarvest(IngestableFiles ingestables)
          Documents the harvest under the given dir in a packaged metadata arc file in a directory 'metadata' under the current dir.
 

Uses of IngestableFiles in dk.netarkivet.harvester.harvesting.metadata
 

Methods in dk.netarkivet.harvester.harvesting.metadata with parameters of type IngestableFiles
 void MetadataFileWriter.insertFiles(java.io.File parentDir, java.io.FilenameFilter filter, java.lang.String mimetype, IngestableFiles files)
          Append the files contained in the directory to the metadata archive file, but only if the filename matches the supplied filter.