public class BasicURLNormalizer extends URLFilter
/./
or /../
http://
Modifier and Type | Field and Description |
---|---|
static org.slf4j.Logger |
LOG |
Constructor and Description |
---|
BasicURLNormalizer() |
Modifier and Type | Method and Description |
---|---|
String |
filter(String urlString)
Returns a modified version of the input URL or null if the URL should be
removed
|
static void |
main(String[] args) |
public String filter(String urlString)
URLFilter
public static void main(String[] args) throws IOException
IOException
Copyright © 2009–2016 Crawler-Commons. All rights reserved.