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