Package dk.netarkivet.wayback.batch.copycode

Class Summary
NetarchiveSuiteAggressiveUrlCanonicalizer This class overrides the standard wayback canonicalizer in order to use our version of UURIFactory (see Bug 1719).
NetarchiveSuiteARCRecordToSearchResultAdapter This class is cut and paste from waybacks ARCRecordToSearchResultAdapter, except for the use of NetarchiveSuiteUrlOperations as a substitute for UrlOperations
NetarchiveSuiteUrlOperations This is a cut'n'paste job from the wayback subversion repository, with calls to UURIFactory replaced with calls to NetarchiveSuiteUURIFactory.
NetarchiveSuiteUURIFactory This is a cut and paste version of the class org.archive.net.UURIFactory, but omitting calls to read system properties.