Package | Description |
---|---|
org.pentaho.reporting.libraries.base.boot | |
org.pentaho.reporting.libraries.base.config |
Modifier and Type | Class and Description |
---|---|
static class |
PackageManager.PackageConfiguration
The PackageConfiguration handles the module level configuration.
|
Modifier and Type | Method and Description |
---|---|
protected HierarchicalConfiguration |
AbstractBoot.createDefaultHierarchicalConfiguration(String staticConfig,
String userConfig,
boolean addSysProps,
Class source)
Creates a default configuration setup, which loads its settings from the static configuration (defaults provided by
the developers of the library) and the user configuration (settings provided by the deployer).
|
Modifier and Type | Class and Description |
---|---|
class |
PropertyFileConfiguration
A report configuration that reads its values from an arbitary property file.
|
class |
SystemPropertyConfiguration
A property configuration based on system properties.
|
Modifier and Type | Method and Description |
---|---|
void |
HierarchicalConfiguration.insertConfiguration(HierarchicalConfiguration 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.
|
Copyright © 2017 Hitachi Vantara. All rights reserved.