|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface UrlNormalizer
Interface used to convert URLs to normal form and optionally do RegEx substitutions .
| Method Summary | |
|---|---|
Configuration |
getConf()
Return the configuration used by this object. |
java.lang.String |
normalize(java.lang.String urlString)
Returns normalized URL. |
void |
setConf(Configuration conf)
Set the configuration to be used by this object. |
| Method Detail |
|---|
java.lang.String normalize(java.lang.String urlString)
throws java.net.MalformedURLException
urlString - String
java.net.MalformedURLException - if given URL was broken.void setConf(Configuration conf)
setConf in interface Configurableconf - ConfigurationConfiguration getConf()
getConf in interface Configurable
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||