com.ibm.wsspi.adaptable.module
Uses of Interface Container
Packages that use Container
Package | Description |
---|---|
com.ibm.wsspi.adaptable.module | |
com.ibm.wsspi.adaptable.module.adapters |
Uses of Container in com.ibm.wsspi.adaptable.module
Modifier and Type | Interface and Description |
---|---|
|
InterpretedContainer
|
Modifier and Type | Method and Description |
---|---|
DefaultNotification.getContainer()
|
|
Notifier.Notification.getContainer()
|
|
AdaptableModuleFactory.getContainer(java.io.File overlayDirectory,java.io.File cacheDirForOverlayContent,ArtifactContainer container)
Obtain an adaptable container for a given artifact api container.
|
|
Container.getEnclosingContainer()
Get the Container that encloses this one.
|
|
Entry.getEnclosingContainer()
Gets the container this entry lives in..
|
|
Container.getRoot()
Gets the Container that represents the root of this Entries
hierarchy.
|
|
Entry.getRoot()
Gets the Container that represents the root of this Entries
hierarchy.
|
Constructor and Description |
---|
DefaultNotification(Container root,java.util.Collection<java.lang.String> paths)
Constructs a Notification object
|
DefaultNotification(Container root,java.lang.String path)
Constructs a Notification object for a single path (will be converted to a singleton collection)
|
Uses of Container in com.ibm.wsspi.adaptable.module.adapters
Modifier and Type | Method and Description |
---|---|
ContainerAdapter.adapt(Container root,OverlayContainer rootOverlay,ArtifactContainer artifactContainer,Container containerToAdapt)
Adapt from the Adaptable 'containerToAdapt' to type T
|
|
|
AdapterFactoryService.adapt(Container root,OverlayContainer rootOverlay,ArtifactContainer artifactContainer,Container containerToAdapt,java.lang.Class<T> t)
|
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)
|