All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.archive.modules.canonicalize.UriCanonicalizationPolicy Maven / Gradle / Ivy

Go to download

This project contains some of the configurable modules used within the Heritrix application to crawl the web. The modules in this project can be used in applications other than Heritrix, however.

There is a newer version: 3.5.0
Show newest version
package org.archive.modules.canonicalize;

/**
 * URI Canonicalizatioon Policy
 * 
 * @author stack
 * @author gojomo
 */
public abstract class UriCanonicalizationPolicy {
    public abstract String canonicalize(String uri);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy