Uses of Interface
com.ibm.wsspi.artifact.overlay.OverlayContainer
-
Packages that use OverlayContainer Package Description com.ibm.wsspi.adaptable.module.adapters com.ibm.wsspi.artifact.overlay -
-
Uses of OverlayContainer in com.ibm.wsspi.adaptable.module.adapters
Methods in com.ibm.wsspi.adaptable.module.adapters with parameters of type OverlayContainer Modifier and Type Method Description <T> T
AdapterFactoryService. adapt(Container root, OverlayContainer rootOverlay, ArtifactContainer artifactContainer, Container containerToAdapt, java.lang.Class<T> t)
<T> T
AdapterFactoryService. adapt(Container root, OverlayContainer rootOverlay, ArtifactEntry artifactEntry, Entry entryToAdapt, java.lang.Class<T> t)
T
ContainerAdapter. adapt(Container root, OverlayContainer rootOverlay, ArtifactContainer artifactContainer, Container containerToAdapt)
Adapt from the Adaptable 'containerToAdapt' to type TT
EntryAdapter. 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
Methods in com.ibm.wsspi.artifact.overlay with type parameters of type OverlayContainer Modifier and Type Method Description <T extends OverlayContainer>
TOverlayContainerFactory. createOverlay(java.lang.Class<T> overlayType, ArtifactContainer b)
Create an overlay, for the requested overlayType.Methods in com.ibm.wsspi.artifact.overlay that return OverlayContainer Modifier and Type Method Description OverlayContainer
OverlayContainer. getOverlayForEntryPath(java.lang.String path)
Obtain the nested overlay stored for a given path.OverlayContainer
OverlayContainer. getParentOverlay()
Obtain the overlay container that holds this one.
-