public class BaseBoot extends AbstractBoot
Modifier and Type | Method and Description |
---|---|
static org.jfree.base.config.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, start
public static org.jfree.base.config.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 AbstractBoot
public static AbstractBoot getInstance()
protected void performBoot()
performBoot
in class AbstractBoot
protected BootableProjectInfo getProjectInfo()
getProjectInfo
in class AbstractBoot