public static enum AbstractMuleMojo.DeploymentType extends Enum<AbstractMuleMojo.DeploymentType>
| Enum Constant and Description |
|---|
agent |
arm |
cloudhub |
cluster |
standalone |
| Modifier and Type | Method and Description |
|---|---|
static AbstractMuleMojo.DeploymentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractMuleMojo.DeploymentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractMuleMojo.DeploymentType standalone
public static final AbstractMuleMojo.DeploymentType cluster
public static final AbstractMuleMojo.DeploymentType cloudhub
public static final AbstractMuleMojo.DeploymentType arm
public static final AbstractMuleMojo.DeploymentType agent
public static AbstractMuleMojo.DeploymentType[] values()
for (AbstractMuleMojo.DeploymentType c : AbstractMuleMojo.DeploymentType.values()) System.out.println(c);
public static AbstractMuleMojo.DeploymentType 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 nullCopyright © 2017 MuleSoft Inc. All rights reserved.