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.adaptersMethods in com.ibm.wsspi.adaptable.module.adapters with parameters of type OverlayContainer Modifier and Type Method Description <T> TAdapterFactoryService. adapt(Container root, OverlayContainer rootOverlay, ArtifactContainer artifactContainer, Container containerToAdapt, java.lang.Class<T> t)<T> TAdapterFactoryService. adapt(Container root, OverlayContainer rootOverlay, ArtifactEntry artifactEntry, Entry entryToAdapt, java.lang.Class<T> t)TContainerAdapter. adapt(Container root, OverlayContainer rootOverlay, ArtifactContainer artifactContainer, Container containerToAdapt)Adapt from the Adaptable 'containerToAdapt' to type TTEntryAdapter. 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.overlayMethods 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 OverlayContainerOverlayContainer. getOverlayForEntryPath(java.lang.String path)Obtain the nested overlay stored for a given path.OverlayContainerOverlayContainer. getParentOverlay()Obtain the overlay container that holds this one.
 
-