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

java.lang.Object
  extended by PropertyLookupParser
      extended by org.pentaho.platform.plugin.action.jfreereport.helper.PentahoReportConfiguration

public class PentahoReportConfiguration
extends PropertyLookupParser

Creation-Date: 05.07.2007, 19:48:16

Author:
Thomas Morgner

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 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
Throws:
CloneNotSupportedException

findPropertyKeys

public Iterator findPropertyKeys(String prefix)

getConfigProperties

public Enumeration getConfigProperties()

getConfigProperty

public String getConfigProperty(String key)

getConfigProperty

public String getConfigProperty(String key,
                                String defaultvalue)