public class FlowReportFactoryModule
extends org.pentaho.reporting.libraries.base.boot.AbstractModule
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAMESPACE |
| Constructor and Description |
|---|
FlowReportFactoryModule() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(org.pentaho.reporting.libraries.base.boot.SubSystem subSystem)
Initializes the module.
|
configure, getDescription, getName, getOptionalModules, getProducer, getRequiredModules, getSubSystem, isClassLoadable, loadModuleInfo, loadModuleInfo, performExternalInitialize, performExternalInitialize, setDescription, setName, setOptionalModules, setProducer, setRequiredModules, setSubSystem, toStringequals, getMajorVersion, getMinorVersion, getModuleClass, getPatchLevel, hashCode, setMajorVersion, setMinorVersion, setModuleClass, setPatchLevelpublic static final java.lang.String NAMESPACE
public FlowReportFactoryModule()
throws org.pentaho.reporting.libraries.base.boot.ModuleInitializeException
org.pentaho.reporting.libraries.base.boot.ModuleInitializeExceptionpublic void initialize(org.pentaho.reporting.libraries.base.boot.SubSystem subSystem)
throws org.pentaho.reporting.libraries.base.boot.ModuleInitializeException
subSystem - the subSystem.org.pentaho.reporting.libraries.base.boot.ModuleInitializeException - if an error ocurred while initializing
the module.