Class SimpleParserModuleInit

  • All Implemented Interfaces:
    org.pentaho.reporting.libraries.base.boot.ModuleInitializer

    public class SimpleParserModuleInit
    extends Object
    implements org.pentaho.reporting.libraries.base.boot.ModuleInitializer
    Handles the initalisation of the simple parser module. This contains support for the simple report definition format.
    Author:
    Thomas Morgner
    • Constructor Detail

      • SimpleParserModuleInit

        public SimpleParserModuleInit()
        DefaultConstructor. Does nothing.
    • Method Detail

      • performInit

        public void performInit()
                         throws org.pentaho.reporting.libraries.base.boot.ModuleInitializeException
        Initializes the simple parser and registers this handler with the parser base module.
        Specified by:
        performInit in interface org.pentaho.reporting.libraries.base.boot.ModuleInitializer
        Throws:
        org.pentaho.reporting.libraries.base.boot.ModuleInitializeException - if initializing the module failes.