Uses of Class
org.apache.tika.pipes.extractor.EmbeddedDocumentBytesConfig.SUFFIX_STRATEGY
-
Packages that use EmbeddedDocumentBytesConfig.SUFFIX_STRATEGY Package Description org.apache.tika.pipes.extractor -
-
Uses of EmbeddedDocumentBytesConfig.SUFFIX_STRATEGY in org.apache.tika.pipes.extractor
Methods in org.apache.tika.pipes.extractor that return EmbeddedDocumentBytesConfig.SUFFIX_STRATEGY Modifier and Type Method Description EmbeddedDocumentBytesConfig.SUFFIX_STRATEGY
EmbeddedDocumentBytesConfig. getSuffixStrategy()
static EmbeddedDocumentBytesConfig.SUFFIX_STRATEGY
EmbeddedDocumentBytesConfig.SUFFIX_STRATEGY. parse(String s)
static EmbeddedDocumentBytesConfig.SUFFIX_STRATEGY
EmbeddedDocumentBytesConfig.SUFFIX_STRATEGY. valueOf(String name)
Returns the enum constant of this type with the specified name.static EmbeddedDocumentBytesConfig.SUFFIX_STRATEGY[]
EmbeddedDocumentBytesConfig.SUFFIX_STRATEGY. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.tika.pipes.extractor with parameters of type EmbeddedDocumentBytesConfig.SUFFIX_STRATEGY Modifier and Type Method Description void
EmbeddedDocumentBytesConfig. setSuffixStrategy(EmbeddedDocumentBytesConfig.SUFFIX_STRATEGY suffixStrategy)
-