Uses of Interface
org.pentaho.reporting.libraries.base.boot.SubSystem
- 
Packages that use SubSystem Package Description org.pentaho.reporting.libraries.base org.pentaho.reporting.libraries.base.boot  - 
- 
Uses of SubSystem in org.pentaho.reporting.libraries.base
Classes in org.pentaho.reporting.libraries.base that implement SubSystem Modifier and Type Class Description classLibBaseBootAn 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 SubSystem Modifier and Type Class Description classAbstractBootThe common base for all Boot classes.Methods in org.pentaho.reporting.libraries.base.boot with parameters of type SubSystem Modifier and Type Method Description voidAbstractModule. configure(SubSystem subSystem)Configures the module by loading the configuration properties and adding them to the package configuration.voidModule. configure(SubSystem subSystem)Configures the module.booleanPackageState. configure(SubSystem subSystem)Configures the module and raises the state to STATE_CONFIGURED if the module is not yet configured.ObjectFactoryDefaultObjectFactoryBuilder. createObjectFactory(SubSystem subSystem)ObjectFactoryObjectFactoryBuilder. createObjectFactory(SubSystem subSystem)voidModule. initialize(SubSystem subSystem)Initializes the module.booleanPackageState. initialize(SubSystem subSystem)Initializes the contained module and raises the set of the module to STATE_INITIALIZED, if the module was not yet initialized. 
 -