org.apache.nutch.net
Class UrlNormalizerFactory

java.lang.Object
  extended byorg.apache.nutch.net.UrlNormalizerFactory

public class UrlNormalizerFactory
extends Object

Factory to create a UrlNormalizer from "urlnormalizer.class" config property.


Constructor Summary
UrlNormalizerFactory(Configuration conf)
           
 
Method Summary
 UrlNormalizer getNormalizer()
          Return the default UrlNormalizer implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UrlNormalizerFactory

public UrlNormalizerFactory(Configuration conf)
Method Detail

getNormalizer

public UrlNormalizer getNormalizer()
Return the default UrlNormalizer implementation.



Copyright © 2006 The Apache Software Foundation