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 TikaOperationTikaConfiguration. getOperation()static TikaOperationTikaOperation. 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 voidTikaConfiguration. setOperation(TikaOperation operation)Tika Operation - parse or detect
-