Package | Description |
---|---|
org.pentaho.reporting.libraries.base | |
org.pentaho.reporting.libraries.base.boot |
Modifier and Type | Class and Description |
---|---|
class |
LibBaseBoot
An utility class to safely boot and initialize the LibBase library.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBoot
The common base for all Boot classes.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PackageState.configure(SubSystem subSystem)
Configures the module and raises the state to STATE_CONFIGURED if the
module is not yet configured.
|
void |
AbstractModule.configure(SubSystem subSystem)
Configures the module by loading the configuration properties and
adding them to the package configuration.
|
void |
Module.configure(SubSystem subSystem)
Configures the module.
|
ObjectFactory |
DefaultObjectFactoryBuilder.createObjectFactory(SubSystem subSystem) |
ObjectFactory |
ObjectFactoryBuilder.createObjectFactory(SubSystem subSystem) |
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.
|
void |
Module.initialize(SubSystem subSystem)
Initializes the module.
|