Class UrlCanonicalizerFactory

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.archive.wayback.UrlCanonicalizer getDefaultUrlCanonicalizer()
      This method returns an instance of the UrlCanonicalizer class specified in the settings.xml for the dk.netarkivet.wayback module.
      • Methods inherited from class java.lang.Object

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

      • getDefaultUrlCanonicalizer

        public static org.archive.wayback.UrlCanonicalizer getDefaultUrlCanonicalizer()
        This method returns an instance of the UrlCanonicalizer class specified in the settings.xml for the dk.netarkivet.wayback module. In the event that reading this file generates a SecurityException, as may occur in batch operation if security does not allow System properties to be read, the method will fall back on returning an instance of the class org.archive.wayback.util.url.AggressiveUrlCanonicalizer.
        Returns:
        a canonicalizer for urls