Package org.jboss.as.ee.structure
Class DeploymentTypeMarker
- java.lang.Object
-
- org.jboss.as.ee.structure.DeploymentTypeMarker
-
public final class DeploymentTypeMarker extends Object
Helper class for dealing with theAttachments#RESOURCE_ROOT_TYPEattachment.- Author:
- Stuart Douglas, Richard Opalka
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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 Detail
-
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)
-
-