Uses of Class
org.pentaho.reporting.libraries.base.boot.AbstractBoot
Packages that use AbstractBoot
Package
Description
-
Uses of AbstractBoot in org.pentaho.reporting.libraries.base
Subclasses of AbstractBoot in org.pentaho.reporting.libraries.baseModifier and TypeClassDescriptionclass
An utility class to safely boot and initialize the LibBase library. -
Uses of AbstractBoot in org.pentaho.reporting.libraries.base.boot
Methods in org.pentaho.reporting.libraries.base.boot that return AbstractBootModifier and TypeMethodDescriptionprotected AbstractBoot
AbstractBoot.loadBooter
(String classname) Loads the specified booter implementation.static AbstractBoot
AbstractBoot.loadBooter
(String classname, Class source) Loads the specified booter-class.Constructors in org.pentaho.reporting.libraries.base.boot with parameters of type AbstractBoot -
Uses of AbstractBoot in org.pentaho.reporting.libraries.base.config.metadata
Methods in org.pentaho.reporting.libraries.base.config.metadata with parameters of type AbstractBootModifier and TypeMethodDescriptionvoid
ConfigurationMetaDataParser.parseConfiguration
(AbstractBoot boot)