Interface ApplicationClassesContainerInfo
public interface ApplicationClassesContainerInfo
-
Method Summary
Modifier and TypeMethodDescriptionGet the ContainerInfo for all of the classes directly or indirectly available through the application library directory jars.Get the classes container info for each of the modules defined in this application.
-
Method Details
-
getLibraryClassesContainerInfo
List<ContainerInfo> getLibraryClassesContainerInfo()Get the ContainerInfo for all of the classes directly or indirectly available through the application library directory jars. Note that this does not include the container infos for any of the EJB modules in the application. That information is in the ModuleClassesContainerInfo for those individual modules and is used when creating the Classloader for the application.- Returns:
- The application library directory classes container infos
-
getModuleClassesContainerInfo
List<ModuleClassesContainerInfo> getModuleClassesContainerInfo()Get the classes container info for each of the modules defined in this application.- Returns:
-