Class PentahoReportConfiguration

  • All Implemented Interfaces:
    Serializable, Cloneable, org.pentaho.reporting.libraries.base.config.Configuration

    public class PentahoReportConfiguration
    extends org.pentaho.reporting.engine.classic.core.util.PropertyLookupParser
    implements org.pentaho.reporting.libraries.base.config.Configuration
    Creation-Date: 05.07.2007, 19:48:16
    Author:
    Thomas Morgner
    See Also:
    Serialized Form
    • Constructor Detail

      • PentahoReportConfiguration

        public PentahoReportConfiguration()
    • Method Detail

      • findPropertyKeys

        public Iterator findPropertyKeys​(String prefix)
        Specified by:
        findPropertyKeys in interface org.pentaho.reporting.libraries.base.config.Configuration
      • getConfigProperties

        public Enumeration getConfigProperties()
        Specified by:
        getConfigProperties in interface org.pentaho.reporting.libraries.base.config.Configuration
      • getConfigProperty

        public String getConfigProperty​(String key)
        Specified by:
        getConfigProperty in interface org.pentaho.reporting.libraries.base.config.Configuration
      • getConfigProperty

        public String getConfigProperty​(String key,
                                        String defaultvalue)
        Specified by:
        getConfigProperty in interface org.pentaho.reporting.libraries.base.config.Configuration
      • lookupVariable

        protected String lookupVariable​(String property)
        Specified by:
        lookupVariable in class org.pentaho.reporting.engine.classic.core.util.PropertyLookupParser