org.jfree.serializer

Class JCommonSerializerBoot

public class JCommonSerializerBoot extends AbstractBoot

The boot class guarantees a controlled initialization of the library.

Author: Thomas Morgner

Method Summary
static JCommonSerializerBootgetInstance()
Returns a singleton instance of the boot class.
protected ProjectInformationgetProjectInfo()
Returns the project info.
protected ConfigurationloadConfiguration()
Loads the configuration.
protected voidperformBoot()
Performs the boot.

Method Detail

getInstance

public static JCommonSerializerBoot getInstance()
Returns a singleton instance of the boot class.

Returns: the singleton booter.

getProjectInfo

protected ProjectInformation getProjectInfo()
Returns the project info.

Returns: The project info.

loadConfiguration

protected Configuration loadConfiguration()
Loads the configuration. This will be called exactly once.

Returns: The configuration.

performBoot

protected void performBoot()
Performs the boot. This method is empty, as this library does not require any manual initializations.