Uses of Interface
org.pentaho.reporting.libraries.base.config.Configuration
Packages that use Configuration
Package
Description
-
Uses of Configuration in org.pentaho.reporting.libraries.base.boot
Classes in org.pentaho.reporting.libraries.base.boot that implement ConfigurationModifier and TypeClassDescriptionstatic class
The PackageConfiguration handles the module level configuration.Methods in org.pentaho.reporting.libraries.base.boot that return ConfigurationModifier and TypeMethodDescriptionAbstractBoot.getGlobalConfig()
Returns the global configuration.SubSystem.getGlobalConfig()
Returns the global configuration. -
Uses of Configuration in org.pentaho.reporting.libraries.base.config
Subinterfaces of Configuration in org.pentaho.reporting.libraries.base.configModifier and TypeInterfaceDescriptioninterface
The extended configuration provides methods to make using the configuration easier.interface
A modifiable configuration.Classes in org.pentaho.reporting.libraries.base.config that implement ConfigurationModifier and TypeClassDescriptionclass
Default configuration.class
A wrapper for the extended configuration interface around a plain configuration.class
A hierarchical configuration.class
A report configuration that reads its values from an arbitary property file.class
A property configuration based on system properties.Constructors in org.pentaho.reporting.libraries.base.config with parameters of type ConfigurationModifierConstructorDescriptionCreates a wrapper around the given configuration.HierarchicalConfiguration
(Configuration parentConfiguration) Creates a new configuration.