|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.base.AbstractBoot
org.jfree.base.BaseBoot
public class BaseBoot
The base boot class. This initializes the services provided by JCommon.
Method Summary | |
---|---|
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. |
Methods inherited from class org.jfree.base.AbstractBoot |
---|
createDefaultHierarchicalConfiguration, createDefaultHierarchicalConfiguration, getExtendedConfig, getGlobalConfig, getPackageManager, isBootDone, isBootInProgress, loadBooter, start |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |