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.


Method Summary
static 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
 

Method Detail

getNormalizer

public static UrlNormalizer getNormalizer()
Return the default UrlNormalizer implementation.



Copyright © 2006 The Apache Software Foundation