Class SignatureFactory

java.lang.Object
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>