| Package | Description |
|---|---|
| org.lockss.laaws.crawler.api | |
| org.lockss.laaws.crawler.impl | |
| org.lockss.laaws.crawler.impl.pluggable | |
| org.lockss.laaws.crawler.model | |
| org.lockss.laaws.crawler.wget |
| Modifier and Type | Method and Description |
|---|---|
default org.springframework.http.ResponseEntity<CrawlerConfig> |
CrawlersApi.getCrawlerConfig(String crawlerId) |
default org.springframework.http.ResponseEntity<CrawlerConfig> |
CrawlersApiDelegate.getCrawlerConfig(String crawlerId) |
| Modifier and Type | Method and Description |
|---|---|
CrawlerConfig |
PluggableCrawlManager.getCrawlerConfig(String crawlerId)
Gets crawler config.
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<CrawlerConfig> |
CrawlersApiServiceImpl.getCrawlerConfig(String crawler) |
| Modifier and Type | Field and Description |
|---|---|
protected CrawlerConfig |
CmdLineCrawler.config
The Configuration for this crawler.
|
protected CrawlerConfig |
PluggableCrawl.crawlerConfig
The configuration of the crawler when this crawl began.
|
| Modifier and Type | Method and Description |
|---|---|
CrawlerConfig |
CmdLineCrawler.getConfig() |
CrawlerConfig |
CmdLineCrawler.getCrawlerConfig() |
CrawlerConfig |
PluggableCrawl.getCrawlerConfig()
Gets crawler config.
|
CrawlerConfig |
PluggableCrawler.getCrawlerConfig()
Return the configuration for this crawler
|
| Modifier and Type | Method and Description |
|---|---|
CmdLineCrawler |
CmdLineCrawler.setConfig(CrawlerConfig config) |
void |
CmdLineCrawler.updateCrawlerConfig(CrawlerConfig crawlerConfig) |
void |
PluggableCrawler.updateCrawlerConfig(CrawlerConfig crawlerConfig)
set the configuration parameters for this crawler
|
| Constructor and Description |
|---|
PluggableCrawl(CrawlerConfig crawlerConfig,
org.lockss.plugin.ArchivalUnit au,
org.lockss.util.rest.crawler.CrawlJob crawlJob)
Instantiates a new Pluggable crawl.
|
| Modifier and Type | Method and Description |
|---|---|
CrawlerConfig |
CrawlerConfig.attributes(Map<String,String> attributes) |
CrawlerConfig |
CrawlerConfig.crawlerId(String crawlerId) |
CrawlerConfig |
CrawlerConfig.putAttributesItem(String key,
String attributesItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
WgetCmdLineCrawler.updateCrawlerConfig(CrawlerConfig crawlerConfig) |
Copyright © 2000–2023 LOCKSS Program. All rights reserved.