com.ibm.wsspi.adaptable.module
Uses of Interface Entry
Packages that use Entry
Package | Description |
---|---|
com.ibm.wsspi.adaptable.module | |
com.ibm.wsspi.adaptable.module.adapters |
Uses of Entry in com.ibm.wsspi.adaptable.module
Modifier and Type | Method and Description |
---|---|
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'. |
Uses of Entry in com.ibm.wsspi.adaptable.module.adapters
Modifier and Type | Method and Description |
---|---|
EntryAdapter.adapt(Container root,OverlayContainer rootOverlay,ArtifactEntry artifactEntry,Entry entryToAdapt)
Adapt from the Adaptable 'entryToAdapt' to type T
|
|
|
AdapterFactoryService.adapt(Container root,OverlayContainer rootOverlay,ArtifactEntry artifactEntry,Entry entryToAdapt,java.lang.Class<T> t)
|