java.lang.Cloneable
, Configuration
, java.io.Serializable
DefaultConfiguration
, HierarchicalConfiguration
, PackageManager.PackageConfiguration
, PropertyFileConfiguration
, SystemPropertyConfiguration
public interface ModifiableConfiguration extends Configuration
Modifier and Type | Method | Description |
---|---|---|
java.util.Iterator |
findPropertyKeys(java.lang.String prefix) |
Returns an iterator for the keys beginning with the specified prefix.
|
java.util.Enumeration |
getConfigProperties() |
Returns the configuration properties.
|
void |
setConfigProperty(java.lang.String key,
java.lang.String value) |
Sets the value of a configuration property.
|
clone, getConfigProperty, getConfigProperty
void setConfigProperty(java.lang.String key, java.lang.String value)
key
- the property key.value
- the property value.java.util.Enumeration getConfigProperties()
getConfigProperties
in interface Configuration
java.util.Iterator findPropertyKeys(java.lang.String prefix)
findPropertyKeys
in interface Configuration
prefix
- the prefix.