public static enum SubstrateServerMessage.ServerCommand extends Enum<SubstrateServerMessage.ServerCommand>
| Enum Constant and Description |
|---|
ABORT_BUILD |
BUILD_IMAGE |
GET_VERSION |
SEND_STATUS |
STOP_SERVER |
WRITE_ERR |
WRITE_OUT |
| Modifier and Type | Method and Description |
|---|---|
static SubstrateServerMessage.ServerCommand |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubstrateServerMessage.ServerCommand[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SubstrateServerMessage.ServerCommand GET_VERSION
public static final SubstrateServerMessage.ServerCommand STOP_SERVER
public static final SubstrateServerMessage.ServerCommand BUILD_IMAGE
public static final SubstrateServerMessage.ServerCommand ABORT_BUILD
public static final SubstrateServerMessage.ServerCommand SEND_STATUS
public static final SubstrateServerMessage.ServerCommand WRITE_ERR
public static final SubstrateServerMessage.ServerCommand WRITE_OUT
public static SubstrateServerMessage.ServerCommand[] values()
public static SubstrateServerMessage.ServerCommand valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null