Uses of Class
org.apache.camel.component.tika.TikaOperation
-
-
Uses of TikaOperation in org.apache.camel.component.tika
Methods in org.apache.camel.component.tika that return TikaOperation Modifier and Type Method Description TikaOperation
TikaConfiguration. getOperation()
static TikaOperation
TikaOperation. valueOf(String name)
Returns the enum constant of this type with the specified name.static TikaOperation[]
TikaOperation. 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 TikaOperation Modifier and Type Method Description void
TikaConfiguration. setOperation(TikaOperation operation)
Tika Operation - parse or detect
-