Uses of Enum Class
com.norconex.crawler.core.fetch.FetchDirectiveSupport
Packages that use FetchDirectiveSupport
-
Uses of FetchDirectiveSupport in com.norconex.crawler.core
Methods in com.norconex.crawler.core that return FetchDirectiveSupportModifier and TypeMethodDescriptionCrawlerConfig.getDocumentFetchSupport()CrawlerConfig.getMetadataFetchSupport()Methods in com.norconex.crawler.core with parameters of type FetchDirectiveSupportModifier and TypeMethodDescriptionCrawlerConfig.setDocumentFetchSupport(FetchDirectiveSupport documentFetchSupport) CrawlerConfig.setMetadataFetchSupport(FetchDirectiveSupport metadataFetchSupport) -
Uses of FetchDirectiveSupport in com.norconex.crawler.core.fetch
Methods in com.norconex.crawler.core.fetch that return FetchDirectiveSupportModifier and TypeMethodDescriptionstatic FetchDirectiveSupportReturns the enum constant of this class with the specified name.static FetchDirectiveSupport[]FetchDirectiveSupport.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.norconex.crawler.core.fetch with parameters of type FetchDirectiveSupportModifier and TypeMethodDescriptionbooleanFetchDirectiveSupport.is(FetchDirectiveSupport support) static booleanFetchDirectiveSupport.isEnabled(FetchDirectiveSupport support)