Uses of Class
org.apache.camel.component.tika.TikaParseOutputFormat
-
-
Uses of TikaParseOutputFormat in org.apache.camel.component.tika
Methods in org.apache.camel.component.tika that return TikaParseOutputFormat Modifier and Type Method Description TikaParseOutputFormat
TikaConfiguration. getTikaParseOutputFormat()
static TikaParseOutputFormat
TikaParseOutputFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static TikaParseOutputFormat[]
TikaParseOutputFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.tika with parameters of type TikaParseOutputFormat Modifier and Type Method Description void
TikaConfiguration. setTikaParseOutputFormat(TikaParseOutputFormat tikaParseOutputFormat)
Tika Output Format.
-