org.pentaho.reporting.libraries.base
Class LibBaseBoot

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

public class LibBaseBoot
extends AbstractBoot

An utility class to safely boot and initialize the LibBase library.

Author:
: Thomas Morgner

Method Summary
static LibBaseBoot getInstance()
          Returns the singleton instance of LibBaseBoot.
 
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 LibBaseBoot getInstance()
Returns the singleton instance of LibBaseBoot.

Returns:
the boot class for Libbase.