org.pentaho.reporting.libraries.base.config
public class SystemPropertyConfiguration extends HierarchicalConfiguration
UNKNOWN: AccessOfSystemProperties
Constructor Summary | |
---|---|
SystemPropertyConfiguration()
Creates a report configuration that includes all the system properties (whether they are
related to reports or not). |
Method Summary | |
---|---|
Enumeration | getConfigProperties()
Returns all defined configuration properties for the report. |
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).
|
boolean | isLocallyDefined(String key)
Checks, whether the given key is locally defined in the system properties.
|
void | setConfigProperty(String key, String value)
Sets a configuration property.
|
PropertyFileConfiguration
.Returns: all defined configuration properties for the report.
Parameters: key the property key. defaultValue the default value.
Returns: the property value.
Parameters: key the key that should be checked.
Returns: true, if the key is defined in the system properties, false otherwise.
See Also: isLocallyDefined
Parameters: key the property key. value the property value.