org.knopflerfish.service.dirdeployer
public static enum DeployedBundleControl.DeployedBundleControlState extends java.lang.Enum<DeployedBundleControl.DeployedBundleControlState>
| Enum Constant and Description |
|---|
DEPLOYED |
FAILED |
IS_DEPLOYING |
IS_UNDEPLOYING |
STAGED |
UNDEPLOYED |
| Modifier and Type | Method and Description |
|---|---|
static DeployedBundleControl.DeployedBundleControlState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DeployedBundleControl.DeployedBundleControlState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeployedBundleControl.DeployedBundleControlState STAGED
public static final DeployedBundleControl.DeployedBundleControlState IS_DEPLOYING
public static final DeployedBundleControl.DeployedBundleControlState DEPLOYED
public static final DeployedBundleControl.DeployedBundleControlState IS_UNDEPLOYING
public static final DeployedBundleControl.DeployedBundleControlState UNDEPLOYED
public static final DeployedBundleControl.DeployedBundleControlState FAILED
public static DeployedBundleControl.DeployedBundleControlState[] values()
for (DeployedBundleControl.DeployedBundleControlState c : DeployedBundleControl.DeployedBundleControlState.values()) System.out.println(c);
public static DeployedBundleControl.DeployedBundleControlState valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is null