Class CollectionPrefixNamingConvention

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPrefix​(Job theJob)
      Make a prefix to be used by Heritrix.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getPrefix

        public java.lang.String getPrefix​(Job theJob)
        Description copied from interface: ArchiveFileNaming
        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.
        Specified by:
        getPrefix in interface ArchiveFileNaming
        Parameters:
        theJob - the harvestJob
        Returns:
        a prefix to be used by Heritrix