public enum CommandId extends Enum<CommandId>
| Enum Constant and Description |
|---|
DEPLOY |
DOWNLOAD |
PATCH |
SWAP_IN_DIR |
SWAP_IN_FILE |
SWAP_OUT_DIR |
SWAP_OUT_FILE |
UNDEPLOY |
UNZIP |
ZIP |
| Modifier and Type | Method and Description |
|---|---|
String |
beginKey()
Returns the key for the begin message.
|
String |
endKey()
Returns the key for the end message.
|
static String |
resourceBundleName()
Returns the resource bundle name.
|
static CommandId |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommandId DEPLOY
public static final CommandId DOWNLOAD
public static final CommandId PATCH
public static final CommandId SWAP_IN_DIR
public static final CommandId SWAP_IN_FILE
public static final CommandId SWAP_OUT_DIR
public static final CommandId SWAP_OUT_FILE
public static final CommandId UNDEPLOY
public static final CommandId UNZIP
public static final CommandId ZIP
public String beginKey()
public String endKey()
public static String resourceBundleName()
public static CommandId 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 nullpublic static CommandId[] values()
for (CommandId c : CommandId.values()) System.out.println(c);
Copyright © 2013–2016 Schlichtherle IT Services. All rights reserved.