Interface ModifiableConfiguration
-
- All Superinterfaces:
Cloneable,Configuration,Serializable
- All Known Implementing Classes:
DefaultConfiguration,HierarchicalConfiguration,PackageManager.PackageConfiguration,PropertyFileConfiguration,SystemPropertyConfiguration
public interface ModifiableConfiguration extends Configuration
A modifiable configuration.- Author:
- Thomas Morgner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetConfigProperty(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
-
-