public interface MutableConfigProperties extends ConfigProperties
ConfigProperties with ability to modify.EMPTY, KEY_SEPARATOR| Modifier and Type | Method and Description |
|---|---|
void |
setChildValue(String key,
String value) |
void |
setValue(String value) |
getChild, getChild, getChildKeys, getChildValue, getChildValue, getValue, getValue, getValue, getValueAsBoolean, inherit, isEmpty, toFlatMap, toFlatMap, toHierarchicalMapvoid setChildValue(String key, String value)
key - the key of the child where to set the value. All
such children will be created if they do not yet exist.value - the new value to set.void setValue(String value)
value - the new value of ConfigProperties.getValue().Copyright © 2014–2019 devon4j-Team. All rights reserved.