public interface ApplicationClassesContainerInfo
Modifier and Type | Method and Description |
---|---|
java.util.List<ContainerInfo> |
getLibraryClassesContainerInfo()
Get the ContainerInfo for all of the classes directly or indirectly available
through the application library directory jars.
|
java.util.List<ModuleClassesContainerInfo> |
getModuleClassesContainerInfo()
Get the classes container info for each of the modules defined in this application.
|
java.util.List<ContainerInfo> getLibraryClassesContainerInfo()
java.util.List<ModuleClassesContainerInfo> getModuleClassesContainerInfo()