Package org.jboss.as.server.deployment
Class SubExplodedDeploymentMarker
- java.lang.Object
-
- org.jboss.as.server.deployment.SubExplodedDeploymentMarker
-
public class SubExplodedDeploymentMarker extends Object
Marker for sub deployments which will be mounted exploded- Author:
- Lin Gao
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisSubExplodedResourceRoot(ResourceRoot resourceRoot)static voidmark(ResourceRoot resourceRoot)
-
-
-
Method Detail
-
mark
public static void mark(ResourceRoot resourceRoot)
-
isSubExplodedResourceRoot
public static boolean isSubExplodedResourceRoot(ResourceRoot resourceRoot)
-
-