Package org.jboss.as.server.deployment
Class PrivateSubDeploymentMarker
- java.lang.Object
-
- org.jboss.as.server.deployment.PrivateSubDeploymentMarker
-
public class PrivateSubDeploymentMarker extends Object
Marker for sub deployments that are not globally accessible, such as war's. If a sub deployment does not have this marker set then all other deployments will be given access to it, through a module dependency on sub deployments module.- Author:
- Stuart Douglas
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisPrivate(DeploymentUnit resourceRoot)static voidmark(DeploymentUnit attachable)
-
-
-
Method Detail
-
mark
public static void mark(DeploymentUnit attachable)
-
isPrivate
public static boolean isPrivate(DeploymentUnit resourceRoot)
-
-