Uses of Interface
com.ibm.wsspi.artifact.ArtifactContainer

Packages that use ArtifactContainer
com.ibm.wsspi.adaptable.module   
com.ibm.wsspi.adaptable.module.adapters   
com.ibm.wsspi.artifact   
com.ibm.wsspi.artifact.factory   
com.ibm.wsspi.artifact.overlay   
 

Uses of ArtifactContainer in com.ibm.wsspi.adaptable.module
 

Methods in com.ibm.wsspi.adaptable.module with parameters of type ArtifactContainer
 Container AdaptableModuleFactory.getContainer(java.io.File overlayDirectory, java.io.File cacheDirForOverlayContent, ArtifactContainer container)
          Obtain an adaptable container for a given artifact api container.
 

Uses of ArtifactContainer in com.ibm.wsspi.adaptable.module.adapters
 

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

Uses of ArtifactContainer in com.ibm.wsspi.artifact
 

Methods in com.ibm.wsspi.artifact that return ArtifactContainer
 ArtifactContainer ArtifactEntry.convertToContainer()
          Attempt to convert this entry into a Container.
 ArtifactContainer ArtifactEntry.convertToContainer(boolean localOnly)
          Attempt to convert this entry into a ArtifactContainer.
 ArtifactContainer ArtifactNotifier.ArtifactNotification.getContainer()
           
 ArtifactContainer DefaultArtifactNotification.getContainer()
           
 ArtifactContainer EnclosedEntity.getEnclosingContainer()
          Get the Container that encloses this entity.
 ArtifactContainer EnclosedEntity.getRoot()
          Get the Container within this local root hierarchy, that would report isRoot=true.
 

Constructors in com.ibm.wsspi.artifact with parameters of type ArtifactContainer
DefaultArtifactNotification(ArtifactContainer root, java.util.Collection<java.lang.String> paths)
          Constructs an ArtifactNotification.
 

Uses of ArtifactContainer in com.ibm.wsspi.artifact.factory
 

Methods in com.ibm.wsspi.artifact.factory that return ArtifactContainer
 ArtifactContainer ArtifactContainerFactory.getContainer(java.io.File workAreaCacheDir, ArtifactContainer parent, ArtifactEntry entry, java.lang.Object o)
          Obtain a container for the passed Object.
 ArtifactContainer ArtifactContainerFactory.getContainer(java.io.File workAreaCacheDir, java.lang.Object o)
          Obtain a container for the passed Object.
 

Methods in com.ibm.wsspi.artifact.factory with parameters of type ArtifactContainer
 ArtifactContainer ArtifactContainerFactory.getContainer(java.io.File workAreaCacheDir, ArtifactContainer parent, ArtifactEntry entry, java.lang.Object o)
          Obtain a container for the passed Object.
 

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

Subinterfaces of ArtifactContainer in com.ibm.wsspi.artifact.overlay
 interface OverlayContainer
          Version of overlay container with only support for adding/overriding of entries.
 

Methods in com.ibm.wsspi.artifact.overlay that return ArtifactContainer
 ArtifactContainer OverlayContainer.getContainerBeingOverlaid()
          Get the Container this Overlay is wrapping
 

Methods in com.ibm.wsspi.artifact.overlay with parameters of type ArtifactContainer
<T extends OverlayContainer>
T
OverlayContainerFactory.createOverlay(java.lang.Class<T> overlayType, ArtifactContainer b)
          Create an overlay, for the requested overlayType.