org.jfree.base

Class BaseBoot

public class BaseBoot extends AbstractBoot

The base boot class. This initializes the services provided by JCommon.

Author: Thomas Morgner

Method Summary
static ModifiableConfigurationgetConfiguration()
Returns the global configuration as modifiable configuration reference.
static AbstractBootgetInstance()
Returns the boot instance.
protected BootableProjectInfogetProjectInfo()
Returns the project info.
protected ConfigurationloadConfiguration()
Returns the global configuration for JFreeReport.
protected voidperformBoot()
Performs the boot process.

Method Detail

getConfiguration

public static ModifiableConfiguration getConfiguration()
Returns the global configuration as modifiable configuration reference.

Returns: the global configuration

getInstance

public static AbstractBoot getInstance()
Returns the boot instance.

Returns: The boot instance.

getProjectInfo

protected BootableProjectInfo getProjectInfo()
Returns the project info.

Returns: The project info.

loadConfiguration

protected Configuration loadConfiguration()
Returns the global configuration for JFreeReport.

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

Returns: the global configuration.

performBoot

protected void performBoot()
Performs the boot process.