Uses of Class
org.jboss.as.ee.structure.DeploymentType
-
Packages that use DeploymentType Package Description org.jboss.as.ee.structure -
-
Uses of DeploymentType in org.jboss.as.ee.structure
Fields in org.jboss.as.ee.structure with type parameters of type DeploymentType Modifier and Type Field Description static org.jboss.as.server.deployment.AttachmentKey<DeploymentType>Attachments. DEPLOYMENT_TYPEA Marker that identifies the type of deploymentMethods in org.jboss.as.ee.structure that return DeploymentType Modifier and Type Method Description static DeploymentTypeDeploymentType. 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.Methods in org.jboss.as.ee.structure with parameters of type DeploymentType Modifier and Type Method Description static booleanDeploymentTypeMarker. isType(DeploymentType deploymentType, org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)static booleanDeploymentTypeMarker. isType(DeploymentType deploymentType, org.jboss.as.server.deployment.module.ResourceRoot resourceRoot)static voidDeploymentTypeMarker. setType(DeploymentType deploymentType, org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
-