Uses of Interface
org.pentaho.reporting.libraries.base.config.ExtendedConfiguration
-
Packages that use ExtendedConfiguration Package Description org.pentaho.reporting.libraries.base.boot org.pentaho.reporting.libraries.base.config -
-
Uses of ExtendedConfiguration in org.pentaho.reporting.libraries.base.boot
Methods in org.pentaho.reporting.libraries.base.boot that return ExtendedConfiguration Modifier and Type Method Description ExtendedConfiguration
AbstractBoot. getExtendedConfig()
Returns the global configuration as extended configuration.ExtendedConfiguration
SubSystem. getExtendedConfig()
Returns the global configuration as ExtendedConfiguration instance. -
Uses of ExtendedConfiguration in org.pentaho.reporting.libraries.base.config
Classes in org.pentaho.reporting.libraries.base.config that implement ExtendedConfiguration Modifier and Type Class Description class
ExtendedConfigurationWrapper
A wrapper for the extended configuration interface around a plain configuration.
-