Package org.lockss.laaws.crawler.model
Class CrawlerConfig
java.lang.Object
org.lockss.laaws.crawler.model.CrawlerConfig
Configuration information about a specific crawler.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattributes(Map<String, String> attributes) booleankey value pairs specific providing attributes and configuration information.@NotNull StringThe identifier for this crawlerinthashCode()putAttributesItem(String key, String attributesItem) voidsetAttributes(Map<String, String> attributes) voidsetCrawlerId(String crawlerId) toString()
-
Constructor Details
-
CrawlerConfig
public CrawlerConfig()
-
-
Method Details
-
crawlerId
-
getCrawlerId
The identifier for this crawler- Returns:
- crawlerId
-
setCrawlerId
-
attributes
-
putAttributesItem
-
getAttributes
key value pairs specific providing attributes and configuration information.- Returns:
- attributes
-
setAttributes
-
equals
-
hashCode
public int hashCode() -
toString
-