Package org.jboss.as.server.deployment
Class SubDeploymentMarker
- java.lang.Object
-
- org.jboss.as.server.deployment.SubDeploymentMarker
-
public class SubDeploymentMarker extends Object
Marker for sub deployments- Author:
- Stuart Douglas
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisSubDeployment(ResourceRoot resourceRoot)static voidmark(ResourceRoot attachable)
-
-
-
Method Detail
-
mark
public static void mark(ResourceRoot attachable)
-
isSubDeployment
public static boolean isSubDeployment(ResourceRoot resourceRoot)
-
-