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 |
---|---|
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 |
---|---|
ContainerAdapter.adapt(Container root,OverlayContainer rootOverlay,ArtifactContainer artifactContainer,Container containerToAdapt)
Adapt from the Adaptable 'containerToAdapt' to type 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 |
---|---|
ArtifactEntry.convertToContainer()
Attempt to convert this entry into a Container.
|
|
ArtifactEntry.convertToContainer(boolean localOnly)
Attempt to convert this entry into a ArtifactContainer.
|
|
DefaultArtifactNotification.getContainer()
|
|
ArtifactNotifier.ArtifactNotification.getContainer()
|
|
EnclosedEntity.getEnclosingContainer()
Get the Container that encloses this entity.
|
|
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 |
---|---|
ArtifactContainerFactory.getContainer(java.io.File workAreaCacheDir,ArtifactContainer parent,ArtifactEntry entry,java.lang.Object o)
Obtain a container for the passed Object.
|
|
ArtifactContainerFactory.getContainer(java.io.File workAreaCacheDir,java.lang.Object o)
Obtain a container for the passed Object.
|
Modifier and Type | Method and Description |
---|---|
ArtifactContainerFactory.getContainer(java.io.File workAreaCacheDir,ArtifactContainer parent,ArtifactEntry entry,java.lang.Object o)
Obtain a container for the passed Object.
|