org.jfree.serializer
Class JCommonSerializerBoot

java.lang.Object
  extended by org.jfree.base.AbstractBoot
      extended by org.jfree.serializer.JCommonSerializerBoot
All Implemented Interfaces:
org.jfree.base.modules.SubSystem

public class JCommonSerializerBoot
extends org.jfree.base.AbstractBoot

Creation-Date: 17.02.2006, 21:54:24

Author:
Thomas Morgner

Method Summary
static JCommonSerializerBoot getInstance()
           
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

getInstance

public static JCommonSerializerBoot getInstance()

loadConfiguration

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

Specified by:
loadConfiguration in class org.jfree.base.AbstractBoot
Returns:
The configuration.

performBoot

protected void performBoot()
Performs the boot.

Specified by:
performBoot in class org.jfree.base.AbstractBoot

getProjectInfo

protected org.jfree.base.BootableProjectInfo getProjectInfo()
Returns the project info.

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