|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Describes a configuration entry of a ConfigManager.
| Method Summary | |
java.lang.String |
getKey()
Returns the key for the configuration entry. |
java.lang.Object |
getValue()
Returns the configuration value. |
boolean |
isLoaded()
Returns true, iff this ConfigurationDescriptor is loaded;
this means, loadConfiguration(ConfigProvider) was called before and
the value can be accessed. |
void |
loadConfiguration(ConfigProvider configProvider)
Loads the configuration, which means, that getValue() might be called.
|
| Methods inherited from interface com.sdm.quasar.client.core.common.Disposable |
dispose |
| Method Detail |
public java.lang.String getKey()
public java.lang.Object getValue()
ConfigurationDescriptor
is loaded.
public boolean isLoaded()
true, iff this ConfigurationDescriptor is loaded;
this means, loadConfiguration(ConfigProvider) was called before and
the value can be accessed.
public void loadConfiguration(ConfigProvider configProvider)
getValue() might be called.
The call occures only once, until Disposable.dispose() is called.
configProvider - the ConfigProvider, that may be used to access
other values.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||