org.apache.nutch.crawl
Class SignatureFactory

java.lang.Object
  extended by org.apache.nutch.crawl.SignatureFactory

public class SignatureFactory
extends Object

Factory class, which instantiates a Signature implementation according to the current Configuration configuration. This newly created instance is cached in the Configuration instance, so that it could be later retrieved.

Author:
Andrzej Bialecki <ab@getopt.org>

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

Method Detail

getSignature

public static Signature getSignature(Configuration conf)
Return the default Signature implementation.



Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved.