Uses of Class
org.pentaho.reporting.libraries.base.boot.AbstractBoot
-
Packages that use AbstractBoot Package Description org.pentaho.reporting.libraries.base org.pentaho.reporting.libraries.base.boot org.pentaho.reporting.libraries.base.config.metadata -
-
Uses of AbstractBoot in org.pentaho.reporting.libraries.base
Subclasses of AbstractBoot in org.pentaho.reporting.libraries.base Modifier and Type Class Description class
LibBaseBoot
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 AbstractBoot Modifier and Type Method Description protected 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 Constructor Description PackageManager(AbstractBoot booter)
Creates a new package manager. -
Uses of AbstractBoot in org.pentaho.reporting.libraries.base.config.metadata
Methods in org.pentaho.reporting.libraries.base.config.metadata with parameters of type AbstractBoot Modifier and Type Method Description void
ConfigurationMetaDataParser. parseConfiguration(AbstractBoot boot)
-