|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.base.AbstractBoot
org.jfree.xmlns.LibXmlBoot
public class LibXmlBoot
The LibXmlBoot class is used to initialize the library before it is first used. This loads all configurations and initializes all factories. Without booting, basic services like logging and the global configuration will not be availble.
Method Summary | |
---|---|
static LibXmlBoot |
getInstance()
Returns the singleton instance of the boot-class. |
protected org.jfree.base.BootableProjectInfo |
getProjectInfo()
Returns the project info. |
protected org.jfree.util.Configuration |
loadConfiguration()
Loads the configuration. |
protected void |
performBoot()
Performs the boot. |
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 LibXmlBoot getInstance()
protected org.jfree.base.BootableProjectInfo getProjectInfo()
getProjectInfo
in class org.jfree.base.AbstractBoot
protected org.jfree.util.Configuration loadConfiguration()
loadConfiguration
in class org.jfree.base.AbstractBoot
protected void performBoot()
performBoot
in class org.jfree.base.AbstractBoot
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |