Class ReportDesignerBoot

  • All Implemented Interfaces:
    org.pentaho.reporting.libraries.base.boot.SubSystem

    public class ReportDesignerBoot
    extends org.pentaho.reporting.libraries.base.boot.AbstractBoot
    Todo: Document me!
    Author:
    : Thomas Morgner
    • Method Detail

      • getInstance

        public static ReportDesignerBoot getInstance()
        Returns the singleton instance of the boot utility class.
        Returns:
        the boot instance.
      • getEditableConfig

        public org.pentaho.reporting.libraries.base.config.ModifiableConfiguration getEditableConfig()
        Returns the current global configuration as modifiable instance. This is exactly the same as casting the global configuration into a ModifableConfiguration instance.

        This is a convinience function, as all programmers are lazy.

        Returns:
        the global config as modifiable configuration.
      • getProjectInfo

        protected org.pentaho.reporting.libraries.base.versioning.ProjectInformation getProjectInfo()
        Returns the project info.
        Specified by:
        getProjectInfo in class org.pentaho.reporting.libraries.base.boot.AbstractBoot
        Returns:
        The project info.
      • 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