Uses of Interface
com.ibm.wsspi.adaptable.module.Container
Package
Description
-
Uses of Container in com.ibm.wsspi.adaptable.module
Modifier and TypeMethodDescriptionAdaptableModuleFactory.getContainer
(File overlayDirectory, File cacheDirForOverlayContent, ArtifactContainer container) Obtain an adaptable container for a given artifact api container.DefaultNotification.getContainer()
Notifier.Notification.getContainer()
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.ModifierConstructorDescriptionDefaultNotification
(Container root, String path) Constructs a Notification object for a single path (will be converted to a singleton collection)DefaultNotification
(Container root, Collection<String> paths) Constructs a Notification object -
Uses of Container in com.ibm.wsspi.adaptable.module.adapters
Modifier and TypeMethodDescription<T> T
AdapterFactoryService.adapt
(Container root, OverlayContainer rootOverlay, ArtifactContainer artifactContainer, Container containerToAdapt, Class<T> t) <T> T
AdapterFactoryService.adapt
(Container root, OverlayContainer rootOverlay, ArtifactEntry artifactEntry, Entry entryToAdapt, Class<T> t) ContainerAdapter.adapt
(Container root, OverlayContainer rootOverlay, ArtifactContainer artifactContainer, Container containerToAdapt) Adapt from the Adaptable 'containerToAdapt' to type TEntryAdapter.adapt
(Container root, OverlayContainer rootOverlay, ArtifactEntry artifactEntry, Entry entryToAdapt) Adapt from the Adaptable 'entryToAdapt' to type T -
Uses of Container in com.ibm.wsspi.artifact.equinox.module
Modifier and TypeMethodDescriptionModuleContainerFinder.findContainer
(String location) Finds acontainer
for the specified bundle location.