public class DelegatingMutableConfiguration extends ConfigurationDecorator implements MutableConfiguration
delegate| Constructor and Description |
|---|
DelegatingMutableConfiguration(Configuration delegate) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
asFlatMap() |
ResourceBundle |
asResourceBundle() |
boolean |
containsKey(String key) |
Object |
get(String key) |
Object |
remove(String key) |
void |
set(String key,
Object value) |
asProperties, get, getAsBoolean, getAsBoolean, getAsDouble, getAsDouble, getAsFloat, getAsFloat, getAsInt, getAsInt, getAsLong, getAsLong, getAsString, getAsString, getAt, getAtclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasProperties, get, getAsBoolean, getAsBoolean, getAsDouble, getAsDouble, getAsFloat, getAsFloat, getAsInt, getAsInt, getAsLong, getAsLong, getAsString, getAsString, getAt, getAtpublic DelegatingMutableConfiguration(@Nonnull Configuration delegate)
public void set(@Nonnull String key, @Nonnull Object value)
set in interface MutableConfiguration@Nullable public Object remove(@Nonnull String key)
remove in interface MutableConfiguration@Nonnull public Map<String,Object> asFlatMap()
asFlatMap in interface Configuration@Nonnull public ResourceBundle asResourceBundle()
asResourceBundle in interface Configuration@Nullable public Object get(@Nonnull String key)
get in interface Configurationget in class ConfigurationDecoratorpublic boolean containsKey(@Nonnull String key)
containsKey in interface Configuration