Uses of Class
org.lockss.laaws.crawler.impl.pluggable.CmdLineCrawler
Packages that use CmdLineCrawler
-
Uses of CmdLineCrawler in org.lockss.laaws.crawler.impl.pluggable
Fields in org.lockss.laaws.crawler.impl.pluggable declared as CmdLineCrawlerMethods in org.lockss.laaws.crawler.impl.pluggable that return CmdLineCrawlerModifier and TypeMethodDescriptionCmdLineCrawler.setCmdLineBuilder(CmdLineCrawler.CommandLineBuilder cmdLineBuilder) CmdLineCrawler.setConfig(CrawlerConfig config) CmdLineCrawler.setCrawlManager(PluggableCrawlManager pcManager) CmdLineCrawler.setNamespace(String namespace) CmdLineCrawler.setV2Repo(org.lockss.util.rest.repo.LockssRepository v2Repo) Constructors in org.lockss.laaws.crawler.impl.pluggable with parameters of type CmdLineCrawlerModifierConstructorDescriptionCmdLineCrawl(CmdLineCrawler crawler, org.lockss.plugin.ArchivalUnit au, org.lockss.util.rest.crawler.CrawlJob crawlJob) Instantiates a new Cmd line crawl. -
Uses of CmdLineCrawler in org.lockss.laaws.crawler.wget
Subclasses of CmdLineCrawler in org.lockss.laaws.crawler.wget