Class LibBaseBoot
java.lang.Object
org.pentaho.reporting.libraries.base.boot.AbstractBoot
org.pentaho.reporting.libraries.base.LibBaseBoot
- All Implemented Interfaces:
SubSystem
An utility class to safely boot and initialize the LibBase library.
- Author:
- : Thomas Morgner
-
Method Summary
Modifier and TypeMethodDescriptionstatic LibBaseBoot
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 Details
-
getInstance
Returns the singleton instance of LibBaseBoot.- Returns:
- the boot class for Libbase.
-