public static class ModulePathEntry.Multi extends ModulePathEntry implements IMultiModuleEntry
ModulePathEntry.Multi| 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.
|
getAutomaticModule, getClasspathLocations, getModule, getModulesDeclaringPackage, getPath, hasCompilationUnit, isAutomaticModule, listPackagesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetModule, getModulesDeclaringPackage, hasCompilationUnit, isAutomaticModule, listPackages, servesModulepublic IModule getModule(char[] name)
IMultiModuleEntrygetModule in interface IModulePathEntrygetModule in interface IMultiModuleEntryname - - The name of the module to look uppublic java.util.Collection<java.lang.String> getModuleNames(java.util.Collection<java.lang.String> limitModules)
IMultiModuleEntrygetModuleNames in interface IMultiModuleEntrylimitModules - if non-null, only modules with names in this set and their
transitive closure will be reported.