Uses of Interface
com.ibm.wsspi.artifact.overlay.OverlayContainer

Packages that use OverlayContainer
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
 T ContainerAdapter.adapt(Container root, OverlayContainer rootOverlay, ArtifactContainer artifactContainer, Container containerToAdapt)
          Adapt from the Adaptable 'containerToAdapt' to type T
<T> T
AdapterFactoryService.adapt(Container root, OverlayContainer rootOverlay, ArtifactContainer artifactContainer, Container containerToAdapt, java.lang.Class<T> t)
           
 T EntryAdapter.adapt(Container root, OverlayContainer rootOverlay, ArtifactEntry artifactEntry, Entry entryToAdapt)
          Adapt from the Adaptable 'entryToAdapt' to type T
<T> T
AdapterFactoryService.adapt(Container root, OverlayContainer rootOverlay, ArtifactEntry artifactEntry, Entry entryToAdapt, java.lang.Class<T> t)
           
 

Uses of OverlayContainer in com.ibm.wsspi.artifact.overlay
 

Methods in com.ibm.wsspi.artifact.overlay with type parameters of type OverlayContainer
<T extends OverlayContainer>
T
OverlayContainerFactory.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
 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.