public interface MutableProperties extends Properties
| Modifier and Type | Method and Description | 
|---|---|
void | 
addProperty(PropertyData<?> property)
Adds a property to the end of the property list. 
 | 
void | 
removeProperty(String id)
Removes a property. 
 | 
void | 
replaceProperty(PropertyData<?> property)
Replaces a property. 
 | 
getProperties, getPropertyListgetExtensions, setExtensionsvoid addProperty(PropertyData<?> property)
property - the property, null values are ignoredvoid replaceProperty(PropertyData<?> property)
Removes the property from the property list if it exists and adds the new version to the end of the property list.
property - the property, null values are ignoredvoid removeProperty(String id)
id - the property ID, null values are ignoredCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.