com.ibm.ws.container.service.app.deploy

Uses of Interface ContainerInfo

Packages that use ContainerInfo

Package Description
com.ibm.ws.container.service.app.deploy

Uses of ContainerInfo in com.ibm.ws.container.service.app.deploy

Modifier and Type Method and Description
  1. java.util.List<ContainerInfo>
ModuleClassesContainerInfo.getClassesContainerInfo()
Get the ContainerInfo for all of the classes directly or indirectly available through this module.
  1. java.util.List<ContainerInfo>
WebModuleClassesInfo.getClassesContainers()
  1. 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
  1. static
  2. void
ManifestClassPathUtils.addCompleteJarEntryUrls(java.util.List<ContainerInfo> containers,Entry jarEntry,java.util.Collection<java.lang.String> resolved)
Add the jar entry URLs and its class path URLs.
  1. static
  2. void
ManifestClassPathUtils.processMFClasspath(Entry jarEntry,java.util.List<ContainerInfo> containers,java.util.Collection<java.lang.String> resolved)
  1. static
  2. void
ManifestClassPathUtils.processMFClasspath(Entry jarEntry,java.util.List<ContainerInfo> containers,java.util.Collection<java.lang.String> resolved,boolean addRoot)