org.pentaho.reporting.libraries.serializer
Class LibSerializerBoot

java.lang.Object
  extended by org.pentaho.reporting.libraries.base.boot.AbstractBoot
      extended by org.pentaho.reporting.libraries.serializer.LibSerializerBoot
All Implemented Interfaces:
org.pentaho.reporting.libraries.base.boot.SubSystem

public class LibSerializerBoot
extends org.pentaho.reporting.libraries.base.boot.AbstractBoot

The boot class guarantees a controlled initialization of the library.

Author:
Thomas Morgner

Method Summary
static LibSerializerBoot getInstance()
          Returns a singleton instance of the boot class.
 
Methods inherited from class org.pentaho.reporting.libraries.base.boot.AbstractBoot
getBootFailureReason, getExtendedConfig, getGlobalConfig, getPackageManager, isBootDone, isBootFailed, isBootInProgress, loadBooter, start
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

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

Returns:
the singleton booter.