public interface Settings
| Modifier and Type | Method and Description |
|---|---|
String |
get(String setting)
Returns the setting value associated with the setting key.
|
String |
get(String setting,
String defaultValue)
Returns the setting value associated with the setting key.
|
Boolean |
getAsBoolean(String setting,
Boolean defaultValue)
Returns the setting value (as boolean) associated with the setting key.
|
Integer |
getAsInt(String setting,
Integer defaultValue)
Returns the setting value (as int) associated with the setting key.
|
Object |
getAsObject(String setting) |
String get(String setting)
setting - The setting keyString get(String setting, String defaultValue)
Integer getAsInt(String setting, Integer defaultValue) throws SettingsException
SettingsExceptionBoolean getAsBoolean(String setting, Boolean defaultValue) throws SettingsException
SettingsExceptionObject getAsObject(String setting) throws SettingsException
SettingsExceptionCopyright © 2011-2016 OpenESB Community. All Rights Reserved.