Class SystemPropertyConfiguration

java.lang.Object
org.pentaho.reporting.libraries.base.config.HierarchicalConfiguration
org.pentaho.reporting.libraries.base.config.SystemPropertyConfiguration
All Implemented Interfaces:
Serializable, Cloneable, Configuration, ModifiableConfiguration

public class SystemPropertyConfiguration extends HierarchicalConfiguration
A property configuration based on system properties.
Author:
Thomas Morgner
See Also:
  • Constructor Details

    • SystemPropertyConfiguration

      public SystemPropertyConfiguration()
      Creates a report configuration that includes all the system properties (whether they are related to reports or not). The parent configuration is a PropertyFileConfiguration.
  • Method Details