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 classThe 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 TypeInterfaceDescriptioninterfaceThe extended configuration provides methods to make using the configuration easier.interfaceA modifiable configuration.Classes in org.pentaho.reporting.libraries.base.config that implement ConfigurationModifier and TypeClassDescriptionclassDefault configuration.classA wrapper for the extended configuration interface around a plain configuration.classA hierarchical configuration.classA report configuration that reads its values from an arbitary property file.classA 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.