Uses of Interface
com.ibm.wsspi.artifact.overlay.OverlayContainer
-
Uses of OverlayContainer in com.ibm.wsspi.adaptable.module.adapters
Modifier and TypeMethodDescription<T> T
AdapterFactoryService.adapt
(Container root, OverlayContainer rootOverlay, ArtifactContainer artifactContainer, Container containerToAdapt, Class<T> t) <T> T
AdapterFactoryService.adapt
(Container root, OverlayContainer rootOverlay, ArtifactEntry artifactEntry, Entry entryToAdapt, Class<T> t) ContainerAdapter.adapt
(Container root, OverlayContainer rootOverlay, ArtifactContainer artifactContainer, Container containerToAdapt) Adapt from the Adaptable 'containerToAdapt' to type TEntryAdapter.adapt
(Container root, OverlayContainer rootOverlay, ArtifactEntry artifactEntry, Entry entryToAdapt) Adapt from the Adaptable 'entryToAdapt' to type T -
Uses of OverlayContainer in com.ibm.wsspi.artifact.overlay
Modifier and TypeMethodDescription<T extends OverlayContainer>
TOverlayContainerFactory.createOverlay
(Class<T> overlayType, ArtifactContainer b) Create an overlay, for the requested overlayType.Modifier and TypeMethodDescriptionOverlayContainer.getOverlayForEntryPath
(String path) Obtain the nested overlay stored for a given path.OverlayContainer.getParentOverlay()
Obtain the overlay container that holds this one.