Package | Description |
---|---|
com.ibm.wsspi.adaptable.module.adapters | |
com.ibm.wsspi.artifact.overlay |
Modifier and Type | Method and Description |
---|---|
T |
ContainerAdapter.adapt(Container root,
OverlayContainer rootOverlay,
ArtifactContainer artifactContainer,
Container containerToAdapt)
Adapt from the Adaptable 'containerToAdapt' to type T
|
<T> T |
AdapterFactoryService.adapt(Container root,
OverlayContainer rootOverlay,
ArtifactContainer artifactContainer,
Container containerToAdapt,
java.lang.Class<T> t) |
T |
EntryAdapter.adapt(Container root,
OverlayContainer rootOverlay,
ArtifactEntry artifactEntry,
Entry entryToAdapt)
Adapt from the Adaptable 'entryToAdapt' to type T
|
<T> T |
AdapterFactoryService.adapt(Container root,
OverlayContainer rootOverlay,
ArtifactEntry artifactEntry,
Entry entryToAdapt,
java.lang.Class<T> t) |
Modifier and Type | Method and Description |
---|---|
<T extends OverlayContainer> |
OverlayContainerFactory.createOverlay(java.lang.Class<T> overlayType,
ArtifactContainer b)
Create an overlay, for the requested overlayType.
|
Modifier and Type | Method and Description |
---|---|
OverlayContainer |
OverlayContainer.getOverlayForEntryPath(java.lang.String path)
Obtain the nested overlay stored for a given path.
|
OverlayContainer |
OverlayContainer.getParentOverlay()
Obtain the overlay container that holds this one.
|