com.ibm.wsspi.artifact

Uses of Interface ArtifactEntry

Packages that use ArtifactEntry

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

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

Modifier and Type Method and Description
  1. T
EntryAdapter.adapt(Container root,OverlayContainer rootOverlay,ArtifactEntry artifactEntry,Entry entryToAdapt)
Adapt from the Adaptable 'entryToAdapt' to type T
  1. <T>T
AdapterFactoryService.adapt(Container root,OverlayContainer rootOverlay,ArtifactEntry artifactEntry,Entry entryToAdapt,java.lang.Class<T> t)

Uses of ArtifactEntry in com.ibm.wsspi.artifact

Modifier and Type Method and Description
  1. ArtifactEntry
ArtifactContainer.getEntry(java.lang.String pathAndName)
Obtain an entry from this container.
  1. ArtifactEntry
ArtifactContainer.getEntryInEnclosingContainer()
Get the Entry representing this entity within its EnclosingContainer

Uses of ArtifactEntry 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.