Uses of Class
org.apache.tika.batch.BatchProcess.BATCH_CONSTANTS
-
Packages that use BatchProcess.BATCH_CONSTANTS Package Description org.apache.tika.batch -
-
Uses of BatchProcess.BATCH_CONSTANTS in org.apache.tika.batch
Methods in org.apache.tika.batch that return BatchProcess.BATCH_CONSTANTS Modifier and Type Method Description static BatchProcess.BATCH_CONSTANTS
BatchProcess.BATCH_CONSTANTS. valueOf(String name)
Returns the enum constant of this type with the specified name.static BatchProcess.BATCH_CONSTANTS[]
BatchProcess.BATCH_CONSTANTS. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-