Uses of Interface
org.pentaho.reporting.libraries.base.boot.SubSystem
Packages that use SubSystem
-
Uses of SubSystem in org.pentaho.reporting.libraries.base
Classes in org.pentaho.reporting.libraries.base that implement SubSystemModifier and TypeClassDescriptionclass
An utility class to safely boot and initialize the LibBase library. -
Uses of SubSystem in org.pentaho.reporting.libraries.base.boot
Classes in org.pentaho.reporting.libraries.base.boot that implement SubSystemMethods in org.pentaho.reporting.libraries.base.boot with parameters of type SubSystemModifier and TypeMethodDescriptionvoid
Configures the module by loading the configuration properties and adding them to the package configuration.void
Configures the module.boolean
Configures the module and raises the state to STATE_CONFIGURED if the module is not yet configured.DefaultObjectFactoryBuilder.createObjectFactory
(SubSystem subSystem) ObjectFactoryBuilder.createObjectFactory
(SubSystem subSystem) void
Module.initialize
(SubSystem subSystem) Initializes the module.boolean
PackageState.initialize
(SubSystem subSystem) Initializes the contained module and raises the set of the module to STATE_INITIALIZED, if the module was not yet initialized.