Class LibSwingBoot
java.lang.Object
org.pentaho.reporting.libraries.base.boot.AbstractBoot
org.pentaho.reporting.libraries.designtime.swing.LibSwingBoot
- All Implemented Interfaces:
org.pentaho.reporting.libraries.base.boot.SubSystem
public class LibSwingBoot
extends org.pentaho.reporting.libraries.base.boot.AbstractBoot
-
Method Summary
Modifier and TypeMethodDescriptionstatic LibSwingBoot
Returns the singleton instance of the boot-class.protected org.pentaho.reporting.libraries.base.versioning.ProjectInformation
Returns the project info.protected org.pentaho.reporting.libraries.base.config.Configuration
Loads the configuration.protected void
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 Details
-
getInstance
Returns the singleton instance of the boot-class.- Returns:
- the singleton booter.
-
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
-
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.
-