Uses of Enum Class
com.norconex.crawler.core.CrawlerConfig.OrphansStrategy
Packages that use CrawlerConfig.OrphansStrategy
-
Uses of CrawlerConfig.OrphansStrategy in com.norconex.crawler.core
Methods in com.norconex.crawler.core that return CrawlerConfig.OrphansStrategyModifier and TypeMethodDescriptionCrawlerConfig.getOrphansStrategy()The strategy to adopt when there are orphans.Returns the enum constant of this class with the specified name.static CrawlerConfig.OrphansStrategy[]CrawlerConfig.OrphansStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.norconex.crawler.core with parameters of type CrawlerConfig.OrphansStrategyModifier and TypeMethodDescriptionCrawlerConfig.setOrphansStrategy(CrawlerConfig.OrphansStrategy orphansStrategy) The strategy to adopt when there are orphans.