Uses of Interface
org.pentaho.reporting.libraries.base.boot.Module
-
Packages that use Module Package Description org.pentaho.reporting.libraries.base.boot -
-
Uses of Module in org.pentaho.reporting.libraries.base.boot
Classes in org.pentaho.reporting.libraries.base.boot that implement Module Modifier and Type Class Description class
AbstractModule
The abstract module provides a default implementation of the module interface.Methods in org.pentaho.reporting.libraries.base.boot that return Module Modifier and Type Method Description Module[]
PackageManager. getActiveModules()
Returns all active modules.Module[]
PackageManager. getAllModules()
Returns an array of the currently active modules.Module
PackageState. getModule()
Returns the module managed by this state implementation.Constructors in org.pentaho.reporting.libraries.base.boot with parameters of type Module Constructor Description PackageState(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.
-