|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.base.AbstractBoot
Boot class.
Constructor Summary | |
AbstractBoot()
|
Method Summary | |
org.jfree.base.config.ModifiableConfiguration |
getGlobalConfig()
Returns the global configuration. |
org.jfree.base.modules.PackageManager |
getPackageManager()
Returns the singleton instance of the package manager. |
protected abstract BootableProjectInfo |
getProjectInfo()
Returns the project info. |
boolean |
isBootDone()
Checks, whether the booting is complete. |
boolean |
isBootInProgress()
Checks, whether the booting is in progress. |
protected AbstractBoot |
loadBooter(java.lang.String classname)
Loads the booter. |
protected abstract org.jfree.base.config.HierarchicalConfiguration |
loadConfiguration()
Loads the configuration. |
protected abstract void |
performBoot()
Performs the boot. |
void |
start()
Starts the boot process. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AbstractBoot()
Method Detail |
public org.jfree.base.modules.PackageManager getPackageManager()
getPackageManager
in interface org.jfree.base.modules.SubSystem
public org.jfree.base.config.ModifiableConfiguration getGlobalConfig()
getGlobalConfig
in interface org.jfree.base.modules.SubSystem
public boolean isBootInProgress()
public boolean isBootDone()
protected abstract org.jfree.base.config.HierarchicalConfiguration loadConfiguration()
public final void start()
protected abstract void performBoot()
protected abstract BootableProjectInfo getProjectInfo()
protected AbstractBoot loadBooter(java.lang.String classname)
classname
- the class name.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |