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 TikaParseOutputFormatTikaConfiguration. getTikaParseOutputFormat()static TikaParseOutputFormatTikaParseOutputFormat. 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 voidTikaConfiguration. setTikaParseOutputFormat(TikaParseOutputFormat tikaParseOutputFormat)Tika Output Format.
-