Package org.jboss.as.server.deployment
Class PrivateSubDeploymentMarker
java.lang.Object
org.jboss.as.server.deployment.PrivateSubDeploymentMarker
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
Modifier and TypeMethodDescriptionstatic booleanisPrivate(DeploymentUnit resourceRoot) static voidmark(DeploymentUnit attachable)
-
Method Details
-
mark
-
isPrivate
-