Class ExtParserModuleInit

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

    public class ExtParserModuleInit
    extends Object
    implements org.pentaho.reporting.libraries.base.boot.ModuleInitializer
    Performs the module initialization for the extended parser.
    Author:
    Thomas Morgner
    • Field Detail

      • PUBLIC_ID_EXTENDED

        public static final String PUBLIC_ID_EXTENDED
        the Public ID for the extensible version of JFreeReport XML definitions.
        See Also:
        Constant Field Values
      • PUBLIC_ID_EXTENDED_084

        public static final String PUBLIC_ID_EXTENDED_084
        the Public ID for the old extensible version of JFreeReport XML definitions.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ExtParserModuleInit

        public ExtParserModuleInit()
        Default Constructor.
    • Method Detail

      • performInit

        public void performInit()
                         throws org.pentaho.reporting.libraries.base.boot.ModuleInitializeException
        Initializes the ext-parser and registers it at 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 an error ocurres.