public interface IMultiModuleEntry extends IModulePathEntry
| Modifier and Type | Method and Description |
|---|---|
IModule |
getModule(char[] name)
Get the module named name that this entry contributes to the module path
|
java.util.Collection<java.lang.String> |
getModuleNames(java.util.Collection<java.lang.String> limitModules)
Get the names of all modules served by this entry.
|
getModule, getModulesDeclaringPackage, hasCompilationUnit, isAutomaticModule, listPackages, servesModuleIModule getModule(char[] name)
getModule in interface IModulePathEntryname - - The name of the module to look upjava.util.Collection<java.lang.String> getModuleNames(java.util.Collection<java.lang.String> limitModules)
limitModules - if non-null, only modules with names in this set and their
transitive closure will be reported.