@Deprecated public static enum ManagedDeployment.DeploymentPhase extends Enum<ManagedDeployment.DeploymentPhase>
Enum Constant and Description |
---|
APPLICATION
Deprecated.
Any deployment content to be loaded after the DEPLOYER phase
|
APPLICATION_TRANSIENT
Deprecated.
Any unversioned deployment content to be loaded after the APPLICATION phase
|
BOOTSTRAP
Deprecated.
A deployment loaded during the server bootstrap phase
|
DEPLOYER
Deprecated.
An mc/service deployment for a Deployer to be loaded after the BOOTSTRAP phase
|
Modifier and Type | Method and Description |
---|---|
static ManagedDeployment.DeploymentPhase |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ManagedDeployment.DeploymentPhase[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ManagedDeployment.DeploymentPhase BOOTSTRAP
public static final ManagedDeployment.DeploymentPhase DEPLOYER
public static final ManagedDeployment.DeploymentPhase APPLICATION
public static final ManagedDeployment.DeploymentPhase APPLICATION_TRANSIENT
public static ManagedDeployment.DeploymentPhase[] values()
for (ManagedDeployment.DeploymentPhase c : ManagedDeployment.DeploymentPhase.values()) System.out.println(c);
public static ManagedDeployment.DeploymentPhase 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 © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.