Uses of Interface
com.ibm.wsspi.artifact.ArtifactContainer
Package
Description
-
Uses of ArtifactContainer in com.ibm.ws.adaptable.module.structure
Modifier and TypeMethodDescriptionboolean
StructureHelper.isRoot
(ArtifactContainer e) Override if the passed container should be considered as Container.isRoot true.boolean
StructureHelper.isValid
(ArtifactContainer e, String path) Determine if the path passed is supposed to exist. -
Uses of ArtifactContainer in com.ibm.wsspi.adaptable.module
Modifier and TypeMethodDescriptionAdaptableModuleFactory.getContainer
(File overlayDirectory, 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 TypeMethodDescription<T> T
AdapterFactoryService.adapt
(Container root, OverlayContainer rootOverlay, ArtifactContainer artifactContainer, Container containerToAdapt, Class<T> t) ContainerAdapter.adapt
(Container root, OverlayContainer rootOverlay, ArtifactContainer artifactContainer, Container containerToAdapt) Adapt from the Adaptable 'containerToAdapt' to type T -
Uses of ArtifactContainer in com.ibm.wsspi.artifact
Modifier and TypeMethodDescriptionArtifactEntry.convertToContainer()
Attempt to convert this entry into a Container.ArtifactEntry.convertToContainer
(boolean localOnly) Attempt to convert this entry into a ArtifactContainer.ArtifactNotifier.ArtifactNotification.getContainer()
DefaultArtifactNotification.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.ModifierConstructorDescriptionDefaultArtifactNotification
(ArtifactContainer root, Collection<String> paths) Constructs an ArtifactNotification. -
Uses of ArtifactContainer in com.ibm.wsspi.artifact.factory
Modifier and TypeMethodDescriptionArtifactContainerFactory.getContainer
(File workAreaCacheDir, ArtifactContainer parent, ArtifactEntry entry, Object o) Obtain a container for the passed Object.ArtifactContainerFactory.getContainer
(File workAreaCacheDir, Object o) Obtain a container for the passed Object.Modifier and TypeMethodDescriptionArtifactContainerFactory.getContainer
(File workAreaCacheDir, ArtifactContainer parent, ArtifactEntry entry, Object o) Obtain a container for the passed Object. -
Uses of ArtifactContainer in com.ibm.wsspi.artifact.factory.contributor
Modifier and TypeMethodDescriptionArtifactContainerFactoryContributor.createContainer
(File workAreaCacheDir, ArtifactContainer parent, ArtifactEntry entry, Object o) Create a container for the passed Object.ArtifactContainerFactoryContributor.createContainer
(File workAreaCacheDir, Object o) Create a container for the passed Object.Modifier and TypeMethodDescriptionArtifactContainerFactoryContributor.createContainer
(File workAreaCacheDir, ArtifactContainer parent, ArtifactEntry entry, Object o) Create a container for the passed Object. -
Uses of ArtifactContainer in com.ibm.wsspi.artifact.overlay
Modifier and TypeInterfaceDescriptioninterface
Version of overlay container with only support for adding/overriding of entries.Modifier and TypeMethodDescriptionOverlayContainer.getContainerBeingOverlaid()
Get the Container this Overlay is wrappingModifier and TypeMethodDescription<T extends OverlayContainer>
TOverlayContainerFactory.createOverlay
(Class<T> overlayType, ArtifactContainer b) Create an overlay, for the requested overlayType.