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) |
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 DeploymentOverlayDeploymentUnitProcessor
protected Map<String,byte[]> getDeferredAttachment(DeploymentUnit deploymentUnit)
getDeferredAttachment
in class DeploymentOverlayDeploymentUnitProcessor
protected Map<String,MountedDeploymentOverlay> getMountsAttachment(DeploymentUnit deploymentUnit)
getMountsAttachment
in class DeploymentOverlayDeploymentUnitProcessor
protected Map<String,byte[]> getOverlays(DeploymentUnit deploymentUnit)
getOverlays
in class DeploymentOverlayDeploymentUnitProcessor
Copyright © 2023 JBoss by Red Hat. All rights reserved.