public class DeferredDeploymentOverlayDeploymentUnitProcessor extends DeploymentOverlayDeploymentUnitProcessor
DEFERRED_OVERLAYS, MOUNTED_FILES| Constructor and Description |
|---|
DeferredDeploymentOverlayDeploymentUnitProcessor(ContentRepository contentRepository) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,byte[]> |
getDeferredAttachment(DeploymentUnit deploymentUnit) |
protected Map<String,MountedDeploymentOverlay> |
getMountsAttachment(DeploymentUnit deploymentUnit) |
protected Map<String,byte[]> |
getOverlays(DeploymentUnit deploymentUnit) |
protected void |
handleEntryWithFileParent(Map<String,byte[]> deferred,
Map.Entry<String,byte[]> entry,
String path,
org.jboss.vfs.VirtualFile parent) |
protected void |
handleExplodedEntryWithDirParent(DeploymentUnit deploymentUnit,
org.jboss.vfs.VirtualFile content,
org.jboss.vfs.VirtualFile mountPoint,
Map<String,MountedDeploymentOverlay> mounts,
String overLayPath) |
public DeferredDeploymentOverlayDeploymentUnitProcessor(ContentRepository contentRepository)
protected void handleEntryWithFileParent(Map<String,byte[]> deferred, Map.Entry<String,byte[]> entry, String path, org.jboss.vfs.VirtualFile parent)
handleEntryWithFileParent in class DeploymentOverlayDeploymentUnitProcessorprotected void handleExplodedEntryWithDirParent(DeploymentUnit deploymentUnit, org.jboss.vfs.VirtualFile content, org.jboss.vfs.VirtualFile mountPoint, Map<String,MountedDeploymentOverlay> mounts, String overLayPath) throws IOException
handleExplodedEntryWithDirParent in class DeploymentOverlayDeploymentUnitProcessorIOExceptionprotected Map<String,byte[]> getDeferredAttachment(DeploymentUnit deploymentUnit)
getDeferredAttachment in class DeploymentOverlayDeploymentUnitProcessorprotected Map<String,MountedDeploymentOverlay> getMountsAttachment(DeploymentUnit deploymentUnit)
getMountsAttachment in class DeploymentOverlayDeploymentUnitProcessorprotected Map<String,byte[]> getOverlays(DeploymentUnit deploymentUnit)
getOverlays in class DeploymentOverlayDeploymentUnitProcessorCopyright © 2016 JBoss by Red Hat. All rights reserved.