dk.netarkivet.harvester.harvesting
Interface ArchiveFileNaming

All Known Implementing Classes:
CollectionPrefixNamingConvention, LegacyNamingConvention

public interface ArchiveFileNaming

Interface for a class that implement archiveFileNaming. This is only used to override the 'prefix' property of the ARC/WARCWriterprocessors.


Method Summary
 java.lang.String getPrefix(Job job)
          Make a prefix to be used by Heritrix.
 

Method Detail

getPrefix

java.lang.String getPrefix(Job job)
Make a prefix to be used by Heritrix. It is optional what information from the harvestjob if any is going to be part of the prefix.

Parameters:
job - the harvestJob
Returns:
a prefix to be used by Heritrix