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

net.vidageek.crawler.component.LinkNormalizer Maven / Gradle / Ivy

The newest version!
/**
 * 
 */
package net.vidageek.crawler.component;

/**
 * @author jonasabreu
 * 
 */
public interface LinkNormalizer {

	String normalize(final String url);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy