org.jfree.report.modules.output.xml
Class XMLModule

java.lang.Object
  extended byorg.jfree.report.modules.DefaultModuleInfo
      extended byorg.jfree.report.modules.AbstractModule
          extended byorg.jfree.report.modules.output.xml.XMLModule
All Implemented Interfaces:
Module, ModuleInfo

public class XMLModule
extends AbstractModule
implements Module

The module definition for the raw csv export module.

Author:
Thomas Morgner

Constructor Summary
XMLModule()
          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.Module
configure, getDescription, getName, getOptionalModules, getProducer, getRequiredModules, getSubSystem
 
Methods inherited from interface org.jfree.report.modules.ModuleInfo
getMajorVersion, getMinorVersion, getModuleClass, getPatchLevel
 

Constructor Detail

XMLModule

public XMLModule()
          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.

Specified by:
initialize in interface Module
Throws:
ModuleInitializeException - if an error occured.
See Also:
Module.initialize()