Uses of Interface
com.ibm.wsspi.artifact.ArtifactEntry
Package
Description
-
Uses of ArtifactEntry in com.ibm.wsspi.adaptable.module.adapters
Modifier and TypeMethodDescription<T> T
AdapterFactoryService.adapt
(Container root, OverlayContainer rootOverlay, ArtifactEntry artifactEntry, Entry entryToAdapt, Class<T> t) EntryAdapter.adapt
(Container root, OverlayContainer rootOverlay, ArtifactEntry artifactEntry, Entry entryToAdapt) Adapt from the Adaptable 'entryToAdapt' to type T -
Uses of ArtifactEntry in com.ibm.wsspi.artifact
Modifier and TypeMethodDescriptionObtain an entry from this container.ArtifactContainer.getEntryInEnclosingContainer()
Get the Entry representing this entity within its EnclosingContainer -
Uses of ArtifactEntry 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. -
Uses of ArtifactEntry 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. -
Uses of ArtifactEntry in com.ibm.wsspi.artifact.overlay
Modifier and TypeMethodDescriptionboolean
OverlayContainer.addToOverlay
(ArtifactEntry e) Adds an Entry to the Overlay.boolean
OverlayContainer.addToOverlay
(ArtifactEntry e, String path, boolean representsNewRoot) Adds an Entry to the Overlay.