Uses of Interface
org.pentaho.reporting.libraries.base.boot.ModuleInfo
Packages that use ModuleInfo
-
Uses of ModuleInfo in org.pentaho.reporting.libraries.base.boot
Subinterfaces of ModuleInfo in org.pentaho.reporting.libraries.base.bootModifier and TypeInterfaceDescriptioninterface
A module encapsulates optional functionality within a project.Classes in org.pentaho.reporting.libraries.base.boot that implement ModuleInfoModifier and TypeClassDescriptionclass
The abstract module provides a default implementation of the module interface.class
Provides a default implementation of the module info interface.Methods in org.pentaho.reporting.libraries.base.boot that return ModuleInfoModifier and TypeMethodDescriptionAbstractModule.getOptionalModules()
Returns a copy of the required modules array.Module.getOptionalModules()
Returns an array of optional modules.AbstractModule.getRequiredModules()
Returns a copy of the required modules array.Module.getRequiredModules()
Returns an array of all required modules.Methods in org.pentaho.reporting.libraries.base.boot with parameters of type ModuleInfoModifier and TypeMethodDescriptionboolean
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.