org.pentaho.reporting.engine.classic.core.modules.parser.ext
Class ExtParserModuleInit

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.modules.parser.ext.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 Summary
static String PUBLIC_ID_EXTENDED
          the Public ID for the extensible version of JFreeReport XML definitions.
static String PUBLIC_ID_EXTENDED_084
          the Public ID for the old extensible version of JFreeReport XML definitions.
static String SYSTEM_ID
           
 
Constructor Summary
ExtParserModuleInit()
          Default Constructor.
 
Method Summary
 void performInit()
          Initializes the ext-parser and registers it at the parser base module.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

SYSTEM_ID

public static final String SYSTEM_ID
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.