Uses of Class
com.norconex.collector.http.crawler.HttpCrawlerConfig

Packages that use HttpCrawlerConfig
com.norconex.collector.http   
com.norconex.collector.http.crawler   
com.norconex.collector.http.db   
com.norconex.collector.http.db.impl   
 

Uses of HttpCrawlerConfig in com.norconex.collector.http
 

Methods in com.norconex.collector.http that return HttpCrawlerConfig
 HttpCrawlerConfig[] HttpCollectorConfig.getCrawlerConfigs()
           
 

Methods in com.norconex.collector.http with parameters of type HttpCrawlerConfig
 void HttpCollectorConfig.setCrawlerConfigs(HttpCrawlerConfig[] crawlerConfigs)
           
 

Uses of HttpCrawlerConfig in com.norconex.collector.http.crawler
 

Methods in com.norconex.collector.http.crawler that return HttpCrawlerConfig
static HttpCrawlerConfig[] HttpCrawlerConfigLoader.loadCrawlerConfigs(File configFile, File configVariables)
           
static HttpCrawlerConfig[] HttpCrawlerConfigLoader.loadCrawlerConfigs(org.apache.commons.configuration.HierarchicalConfiguration xml)
           
 

Constructors in com.norconex.collector.http.crawler with parameters of type HttpCrawlerConfig
HttpCrawler(HttpCrawlerConfig crawlerConfig)
           
 

Uses of HttpCrawlerConfig in com.norconex.collector.http.db
 

Methods in com.norconex.collector.http.db with parameters of type HttpCrawlerConfig
 ICrawlURLDatabase ICrawlURLDatabaseFactory.createCrawlURLDatabase(HttpCrawlerConfig config, boolean resume)
           
 

Uses of HttpCrawlerConfig in com.norconex.collector.http.db.impl
 

Methods in com.norconex.collector.http.db.impl with parameters of type HttpCrawlerConfig
 ICrawlURLDatabase DefaultCrawlURLDatabaseFactory.createCrawlURLDatabase(HttpCrawlerConfig config, boolean resume)
           
 

Constructors in com.norconex.collector.http.db.impl with parameters of type HttpCrawlerConfig
DerbyCrawlURLDatabase(HttpCrawlerConfig config, boolean resume)
           
 



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