public class BaseBoot extends AbstractBoot
| Modifier and Type | Method and Description |
|---|---|
static ModifiableConfiguration |
getConfiguration()
Returns the global configuration as modifiable configuration reference.
|
static AbstractBoot |
getInstance()
Returns the boot instance.
|
protected BootableProjectInfo |
getProjectInfo()
Returns the project info.
|
protected Configuration |
loadConfiguration()
Returns the global configuration for JFreeReport.
|
protected void |
performBoot()
Performs the boot process.
|
createDefaultHierarchicalConfiguration, createDefaultHierarchicalConfiguration, getExtendedConfig, getGlobalConfig, getPackageManager, isBootDone, isBootInProgress, loadBooter, startpublic static ModifiableConfiguration getConfiguration()
protected Configuration loadConfiguration()
In the current implementation, the configuration has no properties defined, but references a parent configuration that:
System properties to use as report configuration properties (obviously
the majority of them will not apply to reports);jfreereport.properties.
loadConfiguration in class AbstractBootpublic static AbstractBoot getInstance()
protected void performBoot()
performBoot in class AbstractBootprotected BootableProjectInfo getProjectInfo()
getProjectInfo in class AbstractBoot