org.pentaho.reporting.libraries.base.config
public interface ModifiableConfiguration extends Configuration
| Method Summary | |
|---|---|
| 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.
|
Parameters: prefix the prefix.
Returns: The iterator.
Returns: The configuration properties.
Parameters: key the property key. value the property value.