org.pentaho.reporting.libraries.xmlns

Class LibXmlBoot

public class LibXmlBoot extends 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
static LibXmlBootgetInstance()
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.