Package | Description |
---|---|
com.ibm.ws.container.service.app.deploy |
Modifier and Type | Method and Description |
---|---|
java.util.List<ContainerInfo> |
ModuleClassesContainerInfo.getClassesContainerInfo()
Get the ContainerInfo for all of the classes directly or indirectly available
through this module.
|
java.util.List<ContainerInfo> |
WebModuleClassesInfo.getClassesContainers() |
java.util.List<ContainerInfo> |
ApplicationClassesContainerInfo.getLibraryClassesContainerInfo()
Get the ContainerInfo for all of the classes directly or indirectly available
through the application library directory jars.
|
Modifier and Type | Method and Description |
---|---|
static void |
ManifestClassPathUtils.addCompleteJarEntryUrls(java.util.List<ContainerInfo> containers,
com.ibm.wsspi.adaptable.module.Entry jarEntry,
java.util.Collection<java.lang.String> resolved)
Add the jar entry URLs and its class path URLs.
|
static void |
ManifestClassPathUtils.processMFClasspath(com.ibm.wsspi.adaptable.module.Entry jarEntry,
java.util.List<ContainerInfo> containers,
java.util.Collection<java.lang.String> resolved) |
static void |
ManifestClassPathUtils.processMFClasspath(com.ibm.wsspi.adaptable.module.Entry jarEntry,
java.util.List<ContainerInfo> containers,
java.util.Collection<java.lang.String> resolved,
boolean addRoot) |