Package | Description |
---|---|
com.ibm.wsspi.adaptable.module | |
com.ibm.wsspi.adaptable.module.adapters |
Modifier and Type | Method and Description |
---|---|
Entry |
Container.getEntry(java.lang.String pathAndName)
Obtain adaptable entry from this container.
Path may be relative to this node, or absolute to the local root. Local root is the 'enclosingContainer' above this Container in the hierarchy, that returns true for 'isRoot'. |
Modifier and Type | Method and Description |
---|---|
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) |