Interface | Description |
---|---|
ModuleInformationResolver |
To be implemented by services able to derive
ModuleInformation out of a
ModuleDefinition . |
Class | Description |
---|---|
DefaultSimpleModuleInformationResolver |
Default implementation of
ModuleInformationResolver that supports
SimpleModuleDefinition s and that reads Strings from
the module properties companion file. |
DelegatingModuleInformationResolver |
A composite resolver that will try delegates until one returns a non
null result. |
ModuleInformation |
Holder object for various bits of information about a module, such as description, etc.
|