|
||||||||||
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
The base boot class.
Method Summary | |
static AbstractBoot |
getInstance()
Returns the boot instance. |
protected BootableProjectInfo |
getProjectInfo()
Returns the project info. |
protected org.jfree.base.config.HierarchicalConfiguration |
loadConfiguration()
Returns the global configuration for JFreeReport. |
static void |
main(java.lang.String[] args)
A test. |
void |
performBoot()
Performs the boot process. |
Methods inherited from class org.jfree.base.AbstractBoot |
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 |
protected org.jfree.base.config.HierarchicalConfiguration 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()
public void performBoot()
performBoot
in class AbstractBoot
protected BootableProjectInfo getProjectInfo()
getProjectInfo
in class AbstractBoot
public static void main(java.lang.String[] args)
args
- ignored.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |