Uses of Enum Class
com.norconex.crawler.web.doc.operations.image.impl.FeaturedImageResolverConfig.Storage
Packages that use FeaturedImageResolverConfig.Storage
-
Uses of FeaturedImageResolverConfig.Storage in com.norconex.crawler.web.doc.operations.image.impl
Fields in com.norconex.crawler.web.doc.operations.image.impl declared as FeaturedImageResolverConfig.StorageModifier and TypeFieldDescriptionstatic final FeaturedImageResolverConfig.StorageFeaturedImageResolverConfig.DEFAULT_STORAGEMethods in com.norconex.crawler.web.doc.operations.image.impl that return FeaturedImageResolverConfig.StorageModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static FeaturedImageResolverConfig.Storage[]FeaturedImageResolverConfig.Storage.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.image.impl that return types with arguments of type FeaturedImageResolverConfig.StorageModifier and TypeMethodDescriptionFeaturedImageResolverConfig.getStorages()Gets the storages mechanisms.Method parameters in com.norconex.crawler.web.doc.operations.image.impl with type arguments of type FeaturedImageResolverConfig.StorageModifier and TypeMethodDescriptionFeaturedImageResolverConfig.setStorages(List<FeaturedImageResolverConfig.Storage> storages) Sets the storages mechanisms.