public class GuiCommonModule
extends org.pentaho.reporting.libraries.base.boot.AbstractModule
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
RESOURCE_BASE_NAME |
| Constructor and Description |
|---|
GuiCommonModule() |
| 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 RESOURCE_BASE_NAME
public GuiCommonModule()
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.