| Package | Description |
|---|---|
| edu.uci.ics.crawler4j.crawler |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CrawlController.WebCrawlerFactory<T extends WebCrawler> |
| Modifier and Type | Method and Description |
|---|---|
<T extends WebCrawler> |
CrawlController.start(Class<T> clazz,
int numberOfCrawlers)
Start the crawling session and wait for it to finish.
|
<T extends WebCrawler> |
CrawlController.start(CrawlController.WebCrawlerFactory<T> crawlerFactory,
int numberOfCrawlers)
Start the crawling session and wait for it to finish.
|
protected <T extends WebCrawler> |
CrawlController.start(CrawlController.WebCrawlerFactory<T> crawlerFactory,
int numberOfCrawlers,
boolean isBlocking) |
<T extends WebCrawler> |
CrawlController.startNonBlocking(Class<T> clazz,
int numberOfCrawlers)
Start the crawling session and return immediately.
|
<T extends WebCrawler> |
CrawlController.startNonBlocking(CrawlController.WebCrawlerFactory<T> crawlerFactory,
int numberOfCrawlers)
Start the crawling session and return immediately.
|
Copyright © 2017. All rights reserved.