org.pentaho.reporting.libraries.base.config

Interface ModifiableConfiguration

public interface ModifiableConfiguration extends Configuration

A modifiable configuration.

Author: Thomas Morgner

Method Summary
IteratorfindPropertyKeys(String prefix)
Returns an iterator for the keys beginning with the specified prefix.
EnumerationgetConfigProperties()
Returns the configuration properties.
voidsetConfigProperty(String key, String value)
Sets the value of a configuration property.

Method Detail

findPropertyKeys

public Iterator findPropertyKeys(String prefix)
Returns an iterator for the keys beginning with the specified prefix.

Parameters: prefix the prefix.

Returns: The iterator.

getConfigProperties

public Enumeration getConfigProperties()
Returns the configuration properties.

Returns: The configuration properties.

setConfigProperty

public void setConfigProperty(String key, String value)
Sets the value of a configuration property.

Parameters: key the property key. value the property value.