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