Uses of Interface
org.pentaho.reporting.libraries.base.boot.Module
-
Uses of Module in org.pentaho.reporting.libraries.base.boot
Modifier and TypeClassDescriptionclass
The abstract module provides a default implementation of the module interface.Modifier and TypeMethodDescriptionModule[]
PackageManager.getActiveModules()
Returns all active modules.Module[]
PackageManager.getAllModules()
Returns an array of the currently active modules.PackageState.getModule()
Returns the module managed by this state implementation.ModifierConstructorDescriptionPackageState
(Module module) Creates a new package state for the given module.PackageState
(Module module, int state) Creates a new package state for the given module.