Class LibFontBoot
- java.lang.Object
-
- org.pentaho.reporting.libraries.base.boot.AbstractBoot
-
- org.pentaho.reporting.libraries.fonts.LibFontBoot
-
- All Implemented Interfaces:
org.pentaho.reporting.libraries.base.boot.SubSystem
public class LibFontBoot extends org.pentaho.reporting.libraries.base.boot.AbstractBoot
Creation-Date: 06.11.2005, 18:25:11- Author:
- Thomas Morgner
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description FontCache
createDefaultCache()
static LibFontBoot
getInstance()
protected org.pentaho.reporting.libraries.base.versioning.ProjectInformation
getProjectInfo()
protected org.pentaho.reporting.libraries.base.config.Configuration
loadConfiguration()
protected void
performBoot()
-
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 LibFontBoot getInstance()
-
loadConfiguration
protected org.pentaho.reporting.libraries.base.config.Configuration loadConfiguration()
- Specified by:
loadConfiguration
in classorg.pentaho.reporting.libraries.base.boot.AbstractBoot
-
performBoot
protected void performBoot()
- Specified by:
performBoot
in classorg.pentaho.reporting.libraries.base.boot.AbstractBoot
-
getProjectInfo
protected org.pentaho.reporting.libraries.base.versioning.ProjectInformation getProjectInfo()
- Specified by:
getProjectInfo
in classorg.pentaho.reporting.libraries.base.boot.AbstractBoot
-
createDefaultCache
public FontCache createDefaultCache()
-
-