Class ClassicEngineDemoBoot
- java.lang.Object
-
- org.pentaho.reporting.libraries.base.boot.AbstractBoot
-
- org.pentaho.reporting.engine.classic.demo.ClassicEngineDemoBoot
-
- All Implemented Interfaces:
org.pentaho.reporting.libraries.base.boot.SubSystem
public class ClassicEngineDemoBoot extends org.pentaho.reporting.libraries.base.boot.AbstractBootCreation-Date: 02.12.2006, 19:20:26- Author:
- Thomas Morgner
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.pentaho.reporting.libraries.base.config.ModifiableConfigurationgetEditableConfig()Returns the current global configuration as modifiable instance.static ClassicEngineDemoBootgetInstance()protected org.pentaho.reporting.libraries.base.versioning.ProjectInformationgetProjectInfo()Returns the project info.protected org.pentaho.reporting.libraries.base.config.ConfigurationloadConfiguration()Loads the configuration.protected voidperformBoot()Performs the boot.-
Methods inherited from class org.pentaho.reporting.libraries.base.boot.AbstractBoot
createDefaultHierarchicalConfiguration, getBootFailureReason, getConfigurationDomain, getExtendedConfig, getGlobalConfig, getObjectFactory, getPackageManager, isBootDone, isBootFailed, isBootInProgress, loadBooter, loadBooter, start
-
-
-
-
Method Detail
-
getInstance
public static ClassicEngineDemoBoot getInstance()
-
getProjectInfo
protected org.pentaho.reporting.libraries.base.versioning.ProjectInformation getProjectInfo()
Returns the project info.- Specified by:
getProjectInfoin classorg.pentaho.reporting.libraries.base.boot.AbstractBoot- Returns:
- The project info.
-
loadConfiguration
protected org.pentaho.reporting.libraries.base.config.Configuration loadConfiguration()
Loads the configuration.- Specified by:
loadConfigurationin classorg.pentaho.reporting.libraries.base.boot.AbstractBoot- Returns:
- The configuration.
-
getEditableConfig
public org.pentaho.reporting.libraries.base.config.ModifiableConfiguration getEditableConfig()
Returns the current global configuration as modifiable instance. This is exactly the same as casting the global configuration into a ModifableConfiguration instance. This is a convinience function, as all programmers are lazy.- Returns:
- the global config as modifiable configuration.
-
performBoot
protected void performBoot()
Performs the boot.- Specified by:
performBootin classorg.pentaho.reporting.libraries.base.boot.AbstractBoot
-
-