org.jfree.report.util
Class PackageConfiguration

java.lang.Object
  extended byorg.jfree.report.util.ReportConfiguration
      extended byorg.jfree.report.util.PropertyFileReportConfiguration
          extended byorg.jfree.report.util.PackageConfiguration
All Implemented Interfaces:
org.jfree.util.Configuration, java.io.Serializable

public class PackageConfiguration
extends PropertyFileReportConfiguration

The PackageConfiguration handles the module level configuration.

Author:
Thomas Morgner
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jfree.report.util.ReportConfiguration
DISABLE_LOGGING, DISABLE_LOGGING_DEFAULT, FONTRENDERER_ISBUGGY_FRC, FONTRENDERER_ISBUGGY_FRC_DEFAULT, FONTRENDERER_USEALIASING, FONTRENDERER_USEALIASING_DEFAULT, LOGLEVEL, LOGLEVEL_DEFAULT, LOGTARGET, LOGTARGET_DEFAULT, NO_PRINTER_AVAILABLE, PRINT_OPERATION_COMMENT, PRINT_OPERATION_COMMENT_DEFAULT, REPORT_RESOURCE_BUNDLE_KEY, STRICT_ERRORHANDLING, STRICT_ERRORHANDLING_DEFAULT, WARN_INVALID_COLUMNS, WARN_INVALID_COLUMNS_DEFAULT
 
Constructor Summary
PackageConfiguration()
          DefaultConstructor.
 
Method Summary
 void insertConfiguration(ReportConfiguration config)
          The new configuartion will be inserted into the list of report configuration, so that this configuration has the given report configuration instance as parent.
 
Methods inherited from class org.jfree.report.util.PropertyFileReportConfiguration
load, load
 
Methods inherited from class org.jfree.report.util.ReportConfiguration
findPropertyKeys, getConfigProperties, getConfigProperty, getConfigProperty, getConfiguration, getGlobalConfig, getLogLevel, getLogTarget, getParentConfig, getPlatformDefaultEncoding, isDisableLogging, isFontRendererBuggy, isFontRendererUseAliasing, isLocallyDefined, isPrintOperationComment, isStrictErrorHandling, isWarnInvalidColumns, setConfigProperty, setDisableLogging, setFontRendererBuggy, setFontRendererUseAliasing, setLogLevel, setLogTarget, setParentConfig, setPrintOperationComment, setStrictErrorHandling, setWarnInvalidColumns
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PackageConfiguration

public PackageConfiguration()
DefaultConstructor. Creates a new package configuration.

Method Detail

insertConfiguration

public void insertConfiguration(ReportConfiguration config)
The new configuartion will be inserted into the list of report configuration, so that this configuration has the given report configuration instance as parent.

Overrides:
insertConfiguration in class ReportConfiguration
Parameters:
config - the new report configuration.