Class LibBaseBoot
- java.lang.Object
-
- org.pentaho.reporting.libraries.base.boot.AbstractBoot
-
- 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
All Methods Static Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Method Detail
-
getInstance
public static LibBaseBoot getInstance()
Returns the singleton instance of LibBaseBoot.- Returns:
- the boot class for Libbase.
-
-