org.pentaho.reporting.libraries.formula
Class LibFormulaBoot

java.lang.Object
  extended by org.pentaho.reporting.libraries.base.boot.AbstractBoot
      extended by org.pentaho.reporting.libraries.formula.LibFormulaBoot
All Implemented Interfaces:
org.pentaho.reporting.libraries.base.boot.SubSystem

public class LibFormulaBoot
extends org.pentaho.reporting.libraries.base.boot.AbstractBoot

Creation-Date: 31.10.2006, 12:30:43

Author:
Thomas Morgner

Field Summary
static int GLOBAL_SCALE
           
 
Method Summary
static LibFormulaBoot 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, getExtendedConfig, getGlobalConfig, getPackageManager, isBootDone, isBootFailed, isBootInProgress, loadBooter, loadBooter, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GLOBAL_SCALE

public static final int GLOBAL_SCALE
See Also:
Constant Field Values
Method Detail

getInstance

public static LibFormulaBoot getInstance()

loadConfiguration

protected org.pentaho.reporting.libraries.base.config.Configuration loadConfiguration()
Specified by:
loadConfiguration in class org.pentaho.reporting.libraries.base.boot.AbstractBoot

performBoot

protected void performBoot()
Specified by:
performBoot in class org.pentaho.reporting.libraries.base.boot.AbstractBoot

getProjectInfo

protected org.pentaho.reporting.libraries.base.versioning.ProjectInformation getProjectInfo()
Specified by:
getProjectInfo in class org.pentaho.reporting.libraries.base.boot.AbstractBoot