Class LibXmlBoot
- java.lang.Object
-
- org.pentaho.reporting.libraries.base.boot.AbstractBoot
-
- org.pentaho.reporting.libraries.xmlns.LibXmlBoot
-
- All Implemented Interfaces:
org.pentaho.reporting.libraries.base.boot.SubSystem
public class LibXmlBoot extends org.pentaho.reporting.libraries.base.boot.AbstractBoot
The LibXmlBoot class is used to initialize the library before it is first used. This loads all configurations and initializes all factories. Without booting, basic services like logging and the global configuration will not be availble.- Author:
- Thomas Morgner
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LibXmlBoot
getInstance()
Returns the singleton instance of the boot-class.
-
-
-
Method Detail
-
getInstance
public static LibXmlBoot getInstance()
Returns the singleton instance of the boot-class.- Returns:
- the singleton booter.
-
-