Uses of Class
com.norconex.crawler.core.CrawlerDriver
Packages that use CrawlerDriver
Package
Description
-
Uses of CrawlerDriver in com.norconex.crawler.core
Methods in com.norconex.crawler.core that return CrawlerDriverConstructors in com.norconex.crawler.core with parameters of type CrawlerDriver -
Uses of CrawlerDriver in com.norconex.crawler.core.cli
Methods in com.norconex.crawler.core.cli that return CrawlerDriverMethods in com.norconex.crawler.core.cli with parameters of type CrawlerDriverModifier and TypeMethodDescriptionstatic intCliCrawlerLauncher.launch(@NonNull CrawlerDriver crawlDriver, String... args) Constructors in com.norconex.crawler.core.cli with parameters of type CrawlerDriver -
Uses of CrawlerDriver in com.norconex.crawler.core.context
Methods in com.norconex.crawler.core.context that return CrawlerDriverMethods in com.norconex.crawler.core.context with parameters of type CrawlerDriver -
Uses of CrawlerDriver in com.norconex.crawler.core.session
Methods in com.norconex.crawler.core.session with parameters of type CrawlerDriverModifier and TypeMethodDescriptionstatic CrawlerSessionCrawlerSessionFactory.create(CrawlerDriver crawlDriver, CrawlerConfig crawlConfig) -
Uses of CrawlerDriver in com.norconex.crawler.fs
Methods in com.norconex.crawler.fs that return CrawlerDriverModifier and TypeMethodDescriptionstatic CrawlerDriverFsCrawlerDriverFactory.create()FsCrawlerDriverFactory.get() -
Uses of CrawlerDriver in com.norconex.crawler.web
Methods in com.norconex.crawler.web that return CrawlerDriverModifier and TypeMethodDescriptionstatic CrawlerDriverWebCrawlerDriverFactory.create()WebCrawlerDriverFactory.get()