BasicModuleConfiguration Class
BasicModuleConfiguration is a base class for the module configuration classes. It provides implementations for configuration loading and parsing.
ConfigurationId
|
Returns the module identification.
|
Enabled
|
Is the module that owns this configuration enabled or not.
|
ResourceManager
|
Returns the resource manager object that is associated with this configuration. Can be null.
|
IsMemberDefined
|
Resolves if a configuration member is defined. I.e. it is set in the user-specified configuration.
|
MarkMemberDefined
|
Marks the configuration member as 'defined', i.e. it is set in the user-specified configuration.
|
SetValidity
|
Set the configuration object either valid or invalid.
|
Valid
|
Method for resolving if the configuration is valid.
|