Uses of Interface
org.pentaho.reporting.libraries.base.boot.Module
Packages that use Module
- 
Uses of Module in org.pentaho.reporting.libraries.base.boot
Classes in org.pentaho.reporting.libraries.base.boot that implement ModuleModifier and TypeClassDescriptionclassThe abstract module provides a default implementation of the module interface.Methods in org.pentaho.reporting.libraries.base.boot that return ModuleModifier 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.Constructors in org.pentaho.reporting.libraries.base.boot with parameters of type ModuleModifierConstructorDescriptionPackageState(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.