org.pentaho.reporting.libraries.base.boot
public abstract class AbstractBoot extends Object implements SubSystem
Method Summary | |
---|---|
Exception | getBootFailureReason()
Returns the failure reason for the boot process. |
ExtendedConfiguration | getExtendedConfig()
Returns the global configuration as extended configuration.
|
Configuration | getGlobalConfig()
Returns the global configuration.
|
PackageManager | getPackageManager()
Returns the packageManager instance of the package manager.
|
boolean | isBootDone()
Checks, whether the booting is complete.
|
boolean | isBootFailed()
Checks whether the booting failed. |
boolean | isBootInProgress()
Checks, whether the booting is in progress.
|
static AbstractBoot | loadBooter(String classname, Class source)
Loads the specified booter-class.
|
void | start()
Starts the boot process. |
Returns: the failure reason.
Returns: the extended configuration.
Returns: The global configuration.
Returns: The package manager.
Returns: true, if the booting is complete, false otherwise.
bootFailureReason
.
Returns: true, if booting failed, false otherwise.
Returns: true, if the booting is in progress, false otherwise.
Parameters: classname the classname of the booter class. source the source-class from where to get the classloader.
Returns: the instantiated booter or null, if no booter could be loaded.
bootFailed
property to true. If booting is finished, the
bootDone
property is set to true.