org.jfree.base
Class BaseBoot
- org.jfree.base.modules.SubSystem
The base boot class. This initializes the services provided by
JCommon.
createDefaultHierarchicalConfiguration , getExtendedConfig , getGlobalConfig , getPackageManager , getProjectInfo , isBootDone , isBootInProgress , loadBooter , loadConfiguration , performBoot , start |
getConfiguration
public static org.jfree.base.config.ModifiableConfiguration getConfiguration()
Returns the global configuration as modifiable configuration reference.
loadConfiguration
protected Configuration loadConfiguration()
Returns the global configuration for JFreeReport.
In the current implementation, the configuration has no properties defined, but
references a parent configuration that:
- copies across all the
System
properties to use as report configuration properties (obviously
the majority of them will not apply to reports); - itself references a parent
configuration that reads its properties from a file
jfreereport.properties
.
- loadConfiguration in interface AbstractBoot
- the global configuration.