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

Packages that use ContainerInfo
com.ibm.ws.container.service.app.deploy   
 

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

Methods in com.ibm.ws.container.service.app.deploy that return types with arguments of type ContainerInfo
 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.
 

Method parameters in com.ibm.ws.container.service.app.deploy with type arguments of type ContainerInfo
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)