Uses of Class
org.jboss.as.server.deployment.MountedDeploymentOverlay
-
Packages that use MountedDeploymentOverlay Package Description org.jboss.as.server.deployment The JBossAS domain deployment subsystem classes. -
-
Uses of MountedDeploymentOverlay in org.jboss.as.server.deployment
Fields in org.jboss.as.server.deployment with type parameters of type MountedDeploymentOverlay Modifier and Type Field Description static AttachmentKey<Map<String,MountedDeploymentOverlay>>Attachments. DEPLOYMENT_OVERLAY_LOCATIONSMethods in org.jboss.as.server.deployment that return types with arguments of type MountedDeploymentOverlay Modifier and Type Method Description protected Map<String,MountedDeploymentOverlay>DeferredDeploymentOverlayDeploymentUnitProcessor. getMountsAttachment(DeploymentUnit deploymentUnit)protected Map<String,MountedDeploymentOverlay>DeploymentOverlayDeploymentUnitProcessor. getMountsAttachment(DeploymentUnit deploymentUnit)Method parameters in org.jboss.as.server.deployment with type arguments of type MountedDeploymentOverlay Modifier and Type Method Description protected voidDeferredDeploymentOverlayDeploymentUnitProcessor. handleExplodedEntryWithDirParent(DeploymentUnit deploymentUnit, org.jboss.vfs.VirtualFile content, org.jboss.vfs.VirtualFile mountPoint, Map<String,MountedDeploymentOverlay> mounts, String overLayPath)protected voidDeploymentOverlayDeploymentUnitProcessor. handleExplodedEntryWithDirParent(DeploymentUnit deploymentUnit, org.jboss.vfs.VirtualFile content, org.jboss.vfs.VirtualFile mountPoint, Map<String,MountedDeploymentOverlay> mounts, String overLayPath)
-