Uses of Enum 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 TikaParseOutputFormatModifier and TypeMethodDescriptionTikaConfiguration.getTikaParseOutputFormat()static TikaParseOutputFormatReturns the enum constant of this class with the specified name.static TikaParseOutputFormat[]TikaParseOutputFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.tika with parameters of type TikaParseOutputFormatModifier and TypeMethodDescriptionvoidTikaConfiguration.setTikaParseOutputFormat(TikaParseOutputFormat tikaParseOutputFormat) Tika Output Format.