Package | Description |
---|---|
org.jfree.base | |
org.jfree.base.config | |
org.jfree.base.modules | |
org.jfree.util |
Modifier and Type | Method and Description |
---|---|
protected Configuration |
AbstractBoot.createDefaultHierarchicalConfiguration(java.lang.String staticConfig,
java.lang.String userConfig,
boolean addSysProps)
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).
|
protected Configuration |
AbstractBoot.createDefaultHierarchicalConfiguration(java.lang.String staticConfig,
java.lang.String userConfig,
boolean addSysProps,
java.lang.Class source)
Creates a default hierarchical configuration.
|
Configuration |
AbstractBoot.getGlobalConfig()
Returns the global configuration.
|
protected abstract Configuration |
AbstractBoot.loadConfiguration()
Loads the configuration.
|
protected Configuration |
BaseBoot.loadConfiguration()
Returns the global configuration for JFreeReport.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ModifiableConfiguration
A modifiable configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
HierarchicalConfiguration
A hierarchical configuration.
|
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 |
---|---|
protected Configuration |
HierarchicalConfiguration.getParentConfig()
Returns the parent configuration.
|
Modifier and Type | Method and Description |
---|---|
protected void |
HierarchicalConfiguration.setParentConfig(Configuration config)
Set the parent configuration.
|
Constructor and Description |
---|
HierarchicalConfiguration(Configuration parentConfiguration)
Creates a new configuration.
|
Modifier and Type | Class and Description |
---|---|
static class |
PackageManager.PackageConfiguration
The PackageConfiguration handles the module level configuration.
|
Modifier and Type | Method and Description |
---|---|
Configuration |
SubSystem.getGlobalConfig()
Returns the global configuration.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ExtendedConfiguration
The extended configuration provides methods to make using the
configuration easier.
|
Modifier and Type | Class and Description |
---|---|
class |
ExtendedConfigurationWrapper
A wrapper for the extended configuration interface around a plain configuration.
|
Constructor and Description |
---|
ExtendedConfigurationWrapper(Configuration parent)
Creates a wrapper around the given configuration.
|