Uses of Interface
org.pentaho.reporting.libraries.base.boot.ModuleInfo
- 
Packages that use ModuleInfo Package Description 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 Modifier and Type Interface Description interfaceModuleA module encapsulates optional functionality within a project.Classes in org.pentaho.reporting.libraries.base.boot that implement ModuleInfo Modifier and Type Class Description classAbstractModuleThe abstract module provides a default implementation of the module interface.classDefaultModuleInfoProvides a default implementation of the module info interface.Methods in org.pentaho.reporting.libraries.base.boot that return ModuleInfo Modifier and Type Method Description 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 Modifier and Type Method Description booleanPackageManager. isModuleAvailable(ModuleInfo moduleDescription)Checks, whether a certain module is available.voidAbstractModule. setOptionalModules(ModuleInfo[] optionalModules)Defines the optional module descriptions for this module.protected voidAbstractModule. setRequiredModules(ModuleInfo[] requiredModules)Defines the required module descriptions for this module. 
 -