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 TypeInterfaceDescriptioninterfaceA module encapsulates optional functionality within a project.Classes in org.pentaho.reporting.libraries.base.boot that implement ModuleInfoModifier and TypeClassDescriptionclassThe abstract module provides a default implementation of the module interface.classProvides 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 TypeMethodDescriptionbooleanPackageManager.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.