com.ibm.wsspi.artifact

Uses of Interface ArtifactContainer

Packages that use ArtifactContainer

Package Description
com.ibm.wsspi.adaptable.module
com.ibm.wsspi.adaptable.module.adapters
com.ibm.wsspi.artifact
com.ibm.wsspi.artifact.factory

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

Modifier and Type Method and Description
  1. 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

Modifier and Type Method and Description
  1. T
ContainerAdapter.adapt(Container root,OverlayContainer rootOverlay,ArtifactContainer artifactContainer,Container containerToAdapt)
Adapt from the Adaptable 'containerToAdapt' to type T
  1. <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

Modifier and Type Method and Description
  1. ArtifactContainer
ArtifactEntry.convertToContainer()
Attempt to convert this entry into a Container.
  1. ArtifactContainer
ArtifactEntry.convertToContainer(boolean localOnly)
Attempt to convert this entry into a ArtifactContainer.
  1. ArtifactContainer
DefaultArtifactNotification.getContainer()
  1. ArtifactContainer
ArtifactNotifier.ArtifactNotification.getContainer()
  1. ArtifactContainer
EnclosedEntity.getEnclosingContainer()
Get the Container that encloses this entity.
  1. ArtifactContainer
EnclosedEntity.getRoot()
Get the Container within this local root hierarchy, that would report isRoot=true.
Constructor and Description
DefaultArtifactNotification(ArtifactContainer root,java.util.Collection<java.lang.String> paths)
Constructs an ArtifactNotification.

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

Modifier and Type Method and Description
  1. ArtifactContainer
ArtifactContainerFactory.getContainer(java.io.File workAreaCacheDir,ArtifactContainer parent,ArtifactEntry entry,java.lang.Object o)
Obtain a container for the passed Object.
  1. ArtifactContainer
ArtifactContainerFactory.getContainer(java.io.File workAreaCacheDir,java.lang.Object o)
Obtain a container for the passed Object.
Modifier and Type Method and Description
  1. ArtifactContainer
ArtifactContainerFactory.getContainer(java.io.File workAreaCacheDir,ArtifactContainer parent,ArtifactEntry entry,java.lang.Object o)
Obtain a container for the passed Object.