org.jfree.base.modules.SubSystem
public class BaseBoot extends AbstractBoot
Modifier and Type | Method | 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, getExtendedConfig, getGlobalConfig, getPackageManager, isBootDone, isBootInProgress, loadBooter, start
public static org.jfree.base.config.ModifiableConfiguration getConfiguration()
protected Configuration loadConfiguration()
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