public interface MutablePropertyAccessor extends PropertyAccessor
PropertyAccessor implementations.| Modifier and Type | Method and Description |
|---|---|
String |
putProperty(String propName,
String propValue)
Puts the property associated with given property name.
|
String |
putPropertyIfAbsent(String propName,
String propValue)
Puts the property associated with given property name
if and only if it is not exist.
|
String |
removeProperty(String propName)
Removes the property associated with given property name.
|
getBooleanProperty, getBooleanProperty, getDoubleProperty, getDoubleProperty, getFloatProperty, getFloatProperty, getIntegerProperty, getIntegerProperty, getLongProperty, getLongProperty, getProperties, getProperty, getProperty, hasPropertyString putProperty(String propName, String propValue)
propName - the name of property to be putpropValue - the value of property to be putnull otherwiseString putPropertyIfAbsent(String propName, String propValue)
propName - the name of property to be putpropValue - the value of property to be putnull if the property is no exist and
put is succeeded, the existing value of the property otherwiseCopyright © 2018. All Rights Reserved.