dk.netarkivet.wayback
Class WaybackSettings

java.lang.Object
  extended by dk.netarkivet.wayback.WaybackSettings

public class WaybackSettings
extends java.lang.Object

Settings specific to the wayback module of NetarchiveSuite.


Field Summary
static java.lang.String URL_CANONICALIZER_CLASSNAME
          Setting specifying the name of the class used to canonicalize urls.
 
Constructor Summary
WaybackSettings()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

URL_CANONICALIZER_CLASSNAME

public static java.lang.String URL_CANONICALIZER_CLASSNAME
Setting specifying the name of the class used to canonicalize urls. This class must implement the interface org.archive.wayback.UrlCanonicalizer .

Constructor Detail

WaybackSettings

public WaybackSettings()