Object |
ConfigurationProvider.get(String name) |
Returns an Object representation of the configuration value with the given name.
|
Object |
MapConfigurationProvider.get(String name) |
Returns an Object representation of the configuration value with the given name.
|
boolean |
ConfigurationProvider.getBoolean(String name) |
Returns a boolean representation of the configuration value with the given name.
|
boolean |
MapConfigurationProvider.getBoolean(String name) |
Returns a boolean representation of the configuration value with the given name.
|
int |
ConfigurationProvider.getInt(String name) |
Returns an integer representation of the configuration value with the given name.
|
int |
MapConfigurationProvider.getInt(String name) |
Returns an integer representation of the configuration value with the given name.
|
long |
ConfigurationProvider.getLong(String name) |
Returns a long representation of the configuration value with the given name.
|
long |
MapConfigurationProvider.getLong(String name) |
Returns a long representation of the configuration value with the given name.
|
String |
ConfigurationProvider.getString(String name) |
Returns a String representation of the configuration value with the given name.
|
String |
MapConfigurationProvider.getString(String name) |
Returns a String representation of the configuration value with the given name.
|