IterableModuleFinder
JarModuleFinder
, LocalModuleFinder
public interface ModuleFinder
Modifier and Type | Method | Description |
---|---|---|
ModuleSpec |
findModule(ModuleIdentifier identifier,
ModuleLoader delegateLoader) |
Find a module specification for the given identifier.
|
ModuleSpec findModule(ModuleIdentifier identifier, ModuleLoader delegateLoader) throws ModuleLoadException
identifier
- the module identifierdelegateLoader
- the module loader from which dependencies should be resolvednull
if no specification is found for this identifierModuleLoadException
Copyright © 2019 JBoss by Red Hat. All rights reserved.