Package | Description |
---|---|
org.jboss.as.ee.structure |
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<DeploymentType> |
Attachments.DEPLOYMENT_TYPE
A Marker that identifies the type of deployment
|
Modifier and Type | Method and Description |
---|---|
static DeploymentType |
DeploymentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeploymentType[] |
DeploymentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
DeploymentTypeMarker.isType(DeploymentType deploymentType,
DeploymentUnit deploymentUnit) |
static boolean |
DeploymentTypeMarker.isType(DeploymentType deploymentType,
ResourceRoot resourceRoot) |
static void |
DeploymentTypeMarker.setType(DeploymentType deploymentType,
DeploymentUnit deploymentUnit) |
Copyright © 2014 JBoss by Red Hat. All rights reserved.