Interface ModifiableConfiguration
- All Superinterfaces:
Cloneable
,Configuration
,Serializable
- All Known Implementing Classes:
DefaultConfiguration
,HierarchicalConfiguration
,PackageManager.PackageConfiguration
,PropertyFileConfiguration
,SystemPropertyConfiguration
A modifiable configuration.
- Author:
- Thomas Morgner
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setConfigProperty
(String key, String value) Sets the value of a configuration property.Methods inherited from interface org.pentaho.reporting.libraries.base.config.Configuration
clone, findPropertyKeys, getConfigProperties, getConfigProperty, getConfigProperty
-
Method Details
-
setConfigProperty
Sets the value of a configuration property.- Parameters:
key
- the property key.value
- the property value.
-