org.apache.nutch.net
Class BasicUrlNormalizer

java.lang.Object
  extended byorg.apache.nutch.net.BasicUrlNormalizer
All Implemented Interfaces:
UrlNormalizer
Direct Known Subclasses:
RegexUrlNormalizer

public class BasicUrlNormalizer
extends Object
implements UrlNormalizer

Converts URLs to a normal form .


Field Summary
static Logger LOG
           
 
Constructor Summary
BasicUrlNormalizer()
           
 
Method Summary
 String normalize(String urlString)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

public static final Logger LOG
Constructor Detail

BasicUrlNormalizer

public BasicUrlNormalizer()
Method Detail

normalize

public String normalize(String urlString)
                 throws MalformedURLException
Specified by:
normalize in interface UrlNormalizer
Throws:
MalformedURLException


Copyright © 2006 The Apache Software Foundation