Uses of Interface
com.ibm.wsspi.adaptable.module.Entry

Packages that use Entry
com.ibm.wsspi.adaptable.module   
com.ibm.wsspi.adaptable.module.adapters   
 

Uses of Entry in com.ibm.wsspi.adaptable.module
 

Methods in com.ibm.wsspi.adaptable.module that return Entry
 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'.
 

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

Methods in com.ibm.wsspi.adaptable.module.adapters with parameters of type Entry
 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)