Uses of Interface
org.pentaho.reporting.libraries.base.boot.Module

Packages that use Module
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
 class AbstractModule
          The abstract module provides a default implementation of the module interface.
 

Methods in org.pentaho.reporting.libraries.base.boot that return Module
 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
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.