org.jfree.base
Class BaseBoot

java.lang.Object
  extended byorg.jfree.base.AbstractBoot
      extended byorg.jfree.base.BaseBoot
All Implemented Interfaces:
org.jfree.base.modules.SubSystem

public class BaseBoot
extends AbstractBoot

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

loadConfiguration

protected org.jfree.base.config.HierarchicalConfiguration loadConfiguration()
Returns the global configuration for JFreeReport.

In the current implementation, the configuration has no properties defined, but references a parent configuration that:

Specified by:
loadConfiguration in class AbstractBoot
Returns:
the global configuration.

getInstance

public static AbstractBoot getInstance()
Returns the boot instance.

Returns:
The boot instance.

performBoot

public void performBoot()
Performs the boot process.

Specified by:
performBoot in class AbstractBoot

getProjectInfo

protected BootableProjectInfo getProjectInfo()
Returns the project info.

Specified by:
getProjectInfo in class AbstractBoot
Returns:
The project info.

main

public static void main(java.lang.String[] args)
A test.

Parameters:
args - ignored.