SMILA (incubation) API documentation

org.eclipse.smila.connectivity.framework.crawler.web.net
Class UrlNormalizerFactory

java.lang.Object
  extended by org.eclipse.smila.connectivity.framework.crawler.web.net.UrlNormalizerFactory

public class UrlNormalizerFactory
extends java.lang.Object

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


Constructor Summary
UrlNormalizerFactory(Configuration conf)
          The Constructor.
 
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)
The Constructor.

Parameters:
conf - Configuration
Method Detail

getNormalizer

public UrlNormalizer getNormalizer()
Return the default UrlNormalizer implementation.

Returns:
UrlNormalizer

SMILA (incubation) API documentation