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 interface
Module
A module encapsulates optional functionality within a project.Classes in org.pentaho.reporting.libraries.base.boot that implement ModuleInfo Modifier and Type Class Description 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 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 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.protected void
AbstractModule. setRequiredModules(ModuleInfo[] requiredModules)
Defines the required module descriptions for this module.
-