Uses of Enum
org.jboss.as.ee.structure.DeploymentType
Packages that use DeploymentType
-
Uses of DeploymentType in org.jboss.as.ee.structure
Fields in org.jboss.as.ee.structure with type parameters of type DeploymentTypeModifier and TypeFieldDescriptionstatic final 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 DeploymentTypeModifier and TypeMethodDescriptionstatic DeploymentTypeReturns 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 DeploymentTypeModifier and TypeMethodDescriptionstatic 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)