public interface ModifiableConfiguration extends Configuration
Modifier and Type | Method and Description |
---|---|
Iterator |
findPropertyKeys(String prefix)
Returns an iterator for the keys beginning with the specified prefix.
|
Enumeration |
getConfigProperties()
Returns the configuration properties.
|
void |
setConfigProperty(String key,
String value)
Sets the value of a configuration property.
|
clone, getConfigProperty, getConfigProperty
void setConfigProperty(String key, String value)
key
- the property key.value
- the property value.Enumeration getConfigProperties()
getConfigProperties
in interface Configuration
Iterator findPropertyKeys(String prefix)
findPropertyKeys
in interface Configuration
prefix
- the prefix.Copyright © 2001–2018 JFree.org. All rights reserved.