org.jfree.report.modules.parser.simple
Class SimpleParserModule

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

public class SimpleParserModule
extends AbstractModule

The Module specification for the simple parser module. This module handles the simple report definition format.

Author:
Thomas Morgner

Constructor Summary
SimpleParserModule()
          Loads the module information from the module.properties file.
 
Method Summary
 void initialize()
          Initializes 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

SimpleParserModule

public SimpleParserModule()
                   throws ModuleInitializeException
Loads the module information from the module.properties file.

Throws:
ModuleInitializeException - if loading the specifications failed.
Method Detail

initialize

public void initialize()
                throws ModuleInitializeException
Initializes the module.

Throws:
ModuleInitializeException - if initialisation fails.