org.jfree.report.modules.parser.base
Class ParserBaseModule

java.lang.Object
  extended byorg.jfree.report.modules.DefaultModuleInfo
      extended byorg.jfree.report.modules.AbstractModule
          extended byorg.jfree.report.modules.parser.base.ParserBaseModule
All Implemented Interfaces:
Module, ModuleInfo

public class ParserBaseModule
extends AbstractModule

The module definition for the parser base classes module. This module provides base implementations used by all parsers and provides a public interface to access all parsers in a unified way.

Author:
Thomas Morgner

Constructor Summary
ParserBaseModule()
          DefaultConstructor.
 
Method Summary
 void initialize()
          Initalizes the module.
 
Methods inherited from class org.jfree.report.modules.AbstractModule
configure, getDescription, getName, getOptionalModules, getProducer, getRequiredModules, getSubSystem, isClassLoadable, loadModuleInfo, loadModuleInfo, performExternalInitialize, setDescription, setName, setOptionalModules, setProducer, setRequiredModules, setSubSystem, toString
 
Methods inherited from class org.jfree.report.modules.DefaultModuleInfo
equals, getMajorVersion, getMinorVersion, getModuleClass, getPatchLevel, hashCode, setMajorVersion, setMinorVersion, setModuleClass, setPatchLevel
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jfree.report.modules.ModuleInfo
getMajorVersion, getMinorVersion, getModuleClass, getPatchLevel
 

Constructor Detail

ParserBaseModule

public ParserBaseModule()
                 throws ModuleInitializeException
DefaultConstructor. Loads the module specification.

Throws:
ModuleInitializeException - if an error occured.
Method Detail

initialize

public void initialize()
                throws ModuleInitializeException
Initalizes the module. This method is empty.

Throws:
ModuleInitializeException - if an error occured.
See Also:
Module.initialize()