|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConfigurationManager
Configuration Manager provides a convinient way to read configurations from configuration managment engine.
Method Summary | |
---|---|
java.lang.Object |
getConfiguration(java.lang.String key)
Returns the configuration based on the key. |
java.lang.Object |
getConfigurationSilent(java.lang.String key)
Returns the configuration based on the key if found and not in error state. |
Method Detail |
---|
java.lang.Object getConfiguration(java.lang.String key) throws ConfigurationManagerException
key
- configuration mapped under.
ConfigurationManagerException
- if configuration is not found or in error state.java.lang.Object getConfigurationSilent(java.lang.String key)
key
- configuration mapped under.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |