Uses of Class
org.pentaho.reporting.libraries.base.boot.ModuleInitializeException
-
Uses of ModuleInitializeException in org.pentaho.reporting.libraries.base.boot
Modifier and TypeMethodDescriptionvoid
Module.initialize
(SubSystem subSystem) Initializes the module.protected void
AbstractModule.loadModuleInfo()
Loads the default module description from the file "module.properties".protected void
AbstractModule.loadModuleInfo
(InputStream in) Loads the module description from the given input stream.protected void
AbstractModule.performExternalInitialize
(String classname) Deprecated.Use the method that provides a class-context instead.protected void
AbstractModule.performExternalInitialize
(String classname, Class<?> context) Executes an weakly referenced external initializer.void
ModuleInitializer.performInit()
Performs the initalization of the module.