Class LibCssBoot
- java.lang.Object
-
- org.pentaho.reporting.libraries.base.boot.AbstractBoot
-
- org.pentaho.reporting.libraries.css.LibCssBoot
-
- All Implemented Interfaces:
org.pentaho.reporting.libraries.base.boot.SubSystem
public class LibCssBoot extends org.pentaho.reporting.libraries.base.boot.AbstractBoot
Creation-Date: 27.07.2007, 12:59:38- Author:
- Thomas Morgner
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LibCssBoot
getInstance()
Returns the singleton instance of the boot-class.protected org.pentaho.reporting.libraries.base.versioning.ProjectInformation
getProjectInfo()
Returns the project info.protected org.pentaho.reporting.libraries.base.config.Configuration
loadConfiguration()
Loads the configuration.protected void
performBoot()
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 LibCssBoot getInstance()
Returns the singleton instance of the boot-class.- Returns:
- the singleton booter.
-
getProjectInfo
protected org.pentaho.reporting.libraries.base.versioning.ProjectInformation getProjectInfo()
Returns the project info.- Specified by:
getProjectInfo
in 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:
loadConfiguration
in classorg.pentaho.reporting.libraries.base.boot.AbstractBoot
- Returns:
- The configuration.
-
performBoot
protected void performBoot()
Performs the boot.- Specified by:
performBoot
in classorg.pentaho.reporting.libraries.base.boot.AbstractBoot
-
-