Package org.jfree.serializer
Class JCommonSerializerBoot
java.lang.Object
org.pentaho.reporting.libraries.base.boot.AbstractBoot
org.jfree.serializer.JCommonSerializerBoot
- All Implemented Interfaces:
org.pentaho.reporting.libraries.base.boot.SubSystem
The boot class guarantees a controlled initialization of the library.
- Author:
- Thomas Morgner
-
Method Summary
Modifier and TypeMethodDescriptionstatic JCommonSerializerBoot
Returns a 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, getExtendedConfig, getGlobalConfig, getPackageManager, isBootDone, isBootFailed, isBootInProgress, loadBooter, loadBooter, start
-
Method Details
-
getInstance
Returns a singleton instance of the boot class.- Returns:
- the singleton booter.
-
loadConfiguration
Loads the configuration. This will be called exactly once.- Specified by:
loadConfiguration
in classorg.pentaho.reporting.libraries.base.boot.AbstractBoot
- Returns:
- The configuration.
-
performBoot
Performs the boot. This method is empty, as this library does not require any manual initializations.- Specified by:
performBoot
in classorg.pentaho.reporting.libraries.base.boot.AbstractBoot
-
getProjectInfo
Returns the project info.- Specified by:
getProjectInfo
in classorg.pentaho.reporting.libraries.base.boot.AbstractBoot
- Returns:
- The project info.
-