public class DelegatingModuleInformationResolver extends java.lang.Object implements ModuleInformationResolver
null result.| Constructor and Description |
|---|
DelegatingModuleInformationResolver() |
| Modifier and Type | Method and Description |
|---|---|
ModuleInformation |
resolve(ModuleDefinition definition)
Return information about the given module, or
null if the provided definition is not supported by this
resolver. |
void |
setDelegates(java.util.List<ModuleInformationResolver> delegates) |
public ModuleInformation resolve(ModuleDefinition definition)
ModuleInformationResolvernull if the provided definition is not supported by this
resolver.resolve in interface ModuleInformationResolverpublic void setDelegates(java.util.List<ModuleInformationResolver> delegates)