com.norconex.collector.http.db.impl
Class DefaultCrawlURLDatabaseFactory

java.lang.Object
  extended by com.norconex.collector.http.db.impl.DefaultCrawlURLDatabaseFactory
All Implemented Interfaces:
ICrawlURLDatabaseFactory, Serializable

public class DefaultCrawlURLDatabaseFactory
extends Object
implements ICrawlURLDatabaseFactory

Default database factory creating a DerbyCrawlURLDatabase instance.

Author:
Pascal Essiembre
See Also:
Serialized Form

Constructor Summary
DefaultCrawlURLDatabaseFactory()
           
 
Method Summary
 ICrawlURLDatabase createCrawlURLDatabase(HttpCrawlerConfig config, boolean resume)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultCrawlURLDatabaseFactory

public DefaultCrawlURLDatabaseFactory()
Method Detail

createCrawlURLDatabase

public ICrawlURLDatabase createCrawlURLDatabase(HttpCrawlerConfig config,
                                                boolean resume)
Specified by:
createCrawlURLDatabase in interface ICrawlURLDatabaseFactory


Copyright © 2009-2013 Norconex Inc.. All Rights Reserved.