Interface ModuleFinder
- All Known Subinterfaces:
IterableModuleFinder
- All Known Implementing Classes:
FileSystemClassPathModuleFinder, JarModuleFinder, JDKModuleFinder, LocalModuleFinder, ResourceLoaderModuleFinder
-
Method Summary
Modifier and TypeMethodDescriptionfindModule(String name, ModuleLoader delegateLoader) Find a module specification for the given name.
-
Method Details
-
findModule
Find a module specification for the given name.- Parameters:
name- the module namedelegateLoader- the module loader from which dependencies should be resolved- Returns:
- the module specification, or
nullif no specification is found for this identifier - Throws:
ModuleLoadException
-