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, getPropertyList
getExtensions, setExtensions
void 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–2017 The Apache Software Foundation. All rights reserved.