Uses of Enum Class
com.norconex.crawler.web.doc.operations.recrawl.impl.GenericRecrawlableResolverConfig.SitemapSupport
Packages that use GenericRecrawlableResolverConfig.SitemapSupport
-
Uses of GenericRecrawlableResolverConfig.SitemapSupport in com.norconex.crawler.web.doc.operations.recrawl.impl
Methods in com.norconex.crawler.web.doc.operations.recrawl.impl that return GenericRecrawlableResolverConfig.SitemapSupportModifier and TypeMethodDescriptionGenericRecrawlableResolverConfig.getSitemapSupport()The sitemap support strategy.GenericRecrawlableResolverConfig.SitemapSupport.getSitemapSupport(String sitemapSupport) Returns the enum constant of this class with the specified name.GenericRecrawlableResolverConfig.SitemapSupport.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.norconex.crawler.web.doc.operations.recrawl.impl with parameters of type GenericRecrawlableResolverConfig.SitemapSupportModifier and TypeMethodDescriptionGenericRecrawlableResolverConfig.setSitemapSupport(GenericRecrawlableResolverConfig.SitemapSupport sitemapSupport) The sitemap support strategy.