Uses of Enum Class
org.apache.tika.extractor.EmbeddedDocumentUtil.EmbeddedResourcePrefix
Packages that use EmbeddedDocumentUtil.EmbeddedResourcePrefix
-
Uses of EmbeddedDocumentUtil.EmbeddedResourcePrefix in org.apache.tika.extractor
Methods in org.apache.tika.extractor that return EmbeddedDocumentUtil.EmbeddedResourcePrefixModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.EmbeddedDocumentUtil.EmbeddedResourcePrefix.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.tika.extractor with parameters of type EmbeddedDocumentUtil.EmbeddedResourcePrefixModifier and TypeMethodDescriptionstatic StringEmbeddedDocumentUtil.generateResourceName(EmbeddedDocumentUtil.EmbeddedResourcePrefix type, int count, String mediaType) Generates a canonical resource name from a type, counter, and media type.static voidEmbeddedDocumentUtil.setGeneratedResourceName(Metadata metadata, EmbeddedDocumentUtil.EmbeddedResourcePrefix type, int count, String mediaType) Sets a generated resource name on the metadata and marks the extension as inferred.