Uses of Enum Class
com.norconex.crawler.core.session.CrawlerMode
Packages that use CrawlerMode
-
Uses of CrawlerMode in com.norconex.crawler.core.session
Methods in com.norconex.crawler.core.session that return CrawlerModeModifier and TypeMethodDescriptionCrawlerRunInfo.getCrawlMode()The mode used to crawl web sites.static CrawlerModeReturns the enum constant of this class with the specified name.static CrawlerMode[]CrawlerMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.norconex.crawler.core.session with parameters of type CrawlerModeModifier and TypeMethodDescriptionCrawlerRunInfo.CrawlerRunInfoBuilder.crawlMode(CrawlerMode crawlMode) The mode used to crawl web sites.