org.pentaho.reporting.libraries.base.config
public interface Configuration extends Serializable, Cloneable
Method Summary | |
---|---|
Object | clone()
Returns a clone of the object.
|
Iterator | findPropertyKeys(String prefix)
Returns all keys with the given prefix.
|
Enumeration | getConfigProperties()
Returns the configuration properties.
|
String | getConfigProperty(String key)
Returns the configuration property with the specified key.
|
String | getConfigProperty(String key, String defaultValue)
Returns the configuration property with the specified key (or the
specified default value if there is no such property).
|
Returns: A clone.
Throws: CloneNotSupportedException if cloning is not supported for some reason.
Parameters: prefix the prefix
Returns: the iterator containing all keys with that prefix
Returns: The configuration properties.
Parameters: key the property key.
Returns: the property value.
Parameters: key the property key. defaultValue the default value.
Returns: the property value.