Package org.jboss.as.ee.structure
Class DeploymentTypeMarker
java.lang.Object
org.jboss.as.ee.structure.DeploymentTypeMarker
Helper class for dealing with the
Attachments#RESOURCE_ROOT_TYPE attachment.- Author:
- Stuart Douglas, Richard Opalka
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisType(DeploymentType deploymentType, org.jboss.as.server.deployment.DeploymentUnit deploymentUnit) static booleanisType(DeploymentType deploymentType, org.jboss.as.server.deployment.module.ResourceRoot resourceRoot) static voidsetType(DeploymentType deploymentType, org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
-
Method Details
-
isType
public static boolean isType(DeploymentType deploymentType, org.jboss.as.server.deployment.DeploymentUnit deploymentUnit) -
isType
public static boolean isType(DeploymentType deploymentType, org.jboss.as.server.deployment.module.ResourceRoot resourceRoot) -
setType
public static void setType(DeploymentType deploymentType, org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
-