Package com.ibm.wsspi.adaptable.module
Interface AdaptableModuleFactory
- 
 public interface AdaptableModuleFactoryFactory to create Adaptable Modules.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ContainergetContainer(java.io.File overlayDirectory, java.io.File cacheDirForOverlayContent, ArtifactContainer container)Obtain an adaptable container for a given artifact api container.
 
- 
- 
- 
Method Detail- 
getContainerContainer getContainer(java.io.File overlayDirectory, java.io.File cacheDirForOverlayContent, ArtifactContainer container) Obtain an adaptable container for a given artifact api container.- Parameters:
- overlayDirectory- directory holding overlay content.
- cacheDirForOverlayContent- directory overlay can use as a cache location.
- container- the underlying artifact container for this module.
- Returns:
- Adaptable Container.
 
 
- 
 
-