Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

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 and Description
      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 
      Modifier and Type Method and Description
      <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 
      Modifier and Type Method and 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.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes