|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ModuleInfo | |
---|---|
org.pentaho.reporting.libraries.base.boot |
Uses of ModuleInfo in org.pentaho.reporting.libraries.base.boot |
---|
Subinterfaces of ModuleInfo in org.pentaho.reporting.libraries.base.boot | |
---|---|
interface |
Module
A module encapsulates optional functionality within a project. |
Classes in org.pentaho.reporting.libraries.base.boot that implement ModuleInfo | |
---|---|
class |
AbstractModule
The abstract module provides a default implementation of the module interface. |
class |
DefaultModuleInfo
Provides a default implementation of the module info interface. |
Methods in org.pentaho.reporting.libraries.base.boot that return ModuleInfo | |
---|---|
ModuleInfo[] |
AbstractModule.getOptionalModules()
Returns a copy of the required modules array. |
ModuleInfo[] |
Module.getOptionalModules()
Returns an array of optional modules. |
ModuleInfo[] |
AbstractModule.getRequiredModules()
Returns a copy of the required modules array. |
ModuleInfo[] |
Module.getRequiredModules()
Returns an array of all required modules. |
Methods in org.pentaho.reporting.libraries.base.boot with parameters of type ModuleInfo | |
---|---|
boolean |
PackageManager.isModuleAvailable(ModuleInfo moduleDescription)
Checks, whether a certain module is available. |
void |
AbstractModule.setOptionalModules(ModuleInfo[] optionalModules)
Defines the optional module descriptions for this module. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |