Interface ModuleClassesContainerInfo
- 
 public interface ModuleClassesContainerInfo
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<ContainerInfo>getClassesContainerInfo()Get the ContainerInfo for all of the classes directly or indirectly available through this module.
 
- 
- 
- 
Method Detail- 
getClassesContainerInfojava.util.List<ContainerInfo> getClassesContainerInfo() Get the ContainerInfo for all of the classes directly or indirectly available through this module.- Returns:
- The classes container infos for this module.
 
 
- 
 
-