|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.connectivity.framework.crawler.web.configuration.Configured
org.eclipse.smila.connectivity.framework.crawler.web.net.BasicUrlNormalizer
public class BasicUrlNormalizer
Converts URLs to a normal form .
| Field Summary |
|---|
| Fields inherited from class org.eclipse.smila.connectivity.framework.crawler.web.configuration.Configured |
|---|
_configuration |
| Constructor Summary | |
|---|---|
BasicUrlNormalizer()
Class that is used to convert URLs to normal form. |
|
| Method Summary | |
|---|---|
java.lang.String |
normalize(java.lang.String urlString)
Returns normalized URL. |
| Methods inherited from class org.eclipse.smila.connectivity.framework.crawler.web.configuration.Configured |
|---|
getConf, setConf |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.smila.connectivity.framework.crawler.web.net.UrlNormalizer |
|---|
getConf, setConf |
| Constructor Detail |
|---|
public BasicUrlNormalizer()
| Method Detail |
|---|
public java.lang.String normalize(java.lang.String urlString)
throws java.net.MalformedURLException
normalize in interface UrlNormalizerurlString - String
java.net.MalformedURLException - if given URL was broken.
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||