org.pentaho.platform.plugin.action.jfreereport.helper
Class PentahoReportConfiguration

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.util.PropertyLookupParser
      extended by org.pentaho.platform.plugin.action.jfreereport.helper.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

Field Summary
 
Fields inherited from class org.pentaho.reporting.engine.classic.core.util.PropertyLookupParser
ESCAPE_MODE_ALL, ESCAPE_MODE_NONE, ESCAPE_MODE_STRICT
 
Constructor Summary
PentahoReportConfiguration()
           
 
Method Summary
 Object clone()
           
 Iterator findPropertyKeys(String prefix)
           
 Enumeration getConfigProperties()
           
 String getConfigProperty(String key)
           
 String getConfigProperty(String key, String defaultvalue)
           
 
Methods inherited from class org.pentaho.reporting.engine.classic.core.util.PropertyLookupParser
getClosingBraceChar, getEscapeChar, getEscapeMode, getMarkerChar, getOpeningBraceChar, setClosingBraceChar, setEscapeChar, setEscapeMode, setMarkerChar, setOpeningBraceChar, translateAndLookup, translateAndLookup
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PentahoReportConfiguration

public PentahoReportConfiguration()
Method Detail

clone

public Object clone()
             throws CloneNotSupportedException
Specified by:
clone in interface org.pentaho.reporting.libraries.base.config.Configuration
Overrides:
clone in class Object
Throws:
CloneNotSupportedException

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