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

Uses of Interface
com.ibm.wsspi.adaptable.module.Container

  • Packages that use Container 
    Package Description
    com.ibm.wsspi.adaptable.module  
    com.ibm.wsspi.adaptable.module.adapters  
    com.ibm.wsspi.artifact.equinox.module  
    • Uses of Container in com.ibm.wsspi.adaptable.module

      Subinterfaces of Container in com.ibm.wsspi.adaptable.module 
      Modifier and Type Interface and Description
      interface  InterpretedContainer 
      Methods in com.ibm.wsspi.adaptable.module that return Container 
      Modifier and Type Method and Description
      Container DefaultNotification.getContainer() 
      Container Notifier.Notification.getContainer() 
      Container AdaptableModuleFactory.getContainer(java.io.File overlayDirectory, java.io.File cacheDirForOverlayContent, ArtifactContainer container)
      Obtain an adaptable container for a given artifact api container.
      Container Entry.getEnclosingContainer()
      Gets the container this entry lives in..
      Container Container.getEnclosingContainer()
      Get the Container that encloses this one.
      Container Entry.getRoot()
      Gets the Container that represents the root of this Entries hierarchy.
      Container Container.getRoot()
      Gets the Container that represents the root of this Entries hierarchy.
      Constructors in com.ibm.wsspi.adaptable.module with parameters of type Container 
      Constructor and Description
      DefaultNotification(Container root, java.util.Collection<java.lang.String> paths)
      Constructs a Notification object
      DefaultNotification(Container root, java.lang.String path)
      Constructs a Notification object for a single path (will be converted to a singleton collection)
    • Uses of Container in com.ibm.wsspi.adaptable.module.adapters

      Methods in com.ibm.wsspi.adaptable.module.adapters with parameters of type Container 
      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 Container in com.ibm.wsspi.artifact.equinox.module

      Methods in com.ibm.wsspi.artifact.equinox.module that return Container 
      Modifier and Type Method and Description
      Container ModuleContainerFinder.findContainer(java.lang.String location)
      Finds a container for the specified bundle location.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes