
net.vidageek.crawler.component.LinkNormalizer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of crawler Show documentation
Show all versions of crawler Show documentation
Simple and extensible crawler.
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