Interface IEngineConfig

  • All Superinterfaces:
    org.eclipse.birt.core.framework.IPlatformConfig
    All Known Implementing Classes:
    EngineConfig

    public interface IEngineConfig
    extends org.eclipse.birt.core.framework.IPlatformConfig
    • Field Detail

      • LOG_MAX_BACKUP_INDEX

        static final java.lang.String LOG_MAX_BACKUP_INDEX
        See Also:
        Constant Field Values
      • ENGINE_LOGGER

        static final java.lang.String ENGINE_LOGGER
        define the logger used by the report engine. the value is a java.util.Logger object. The user can change the logger level in the setted logger. It will overides the setting of LOG_DESTINATION and LOG_LEVEL
        See Also:
        Constant Field Values
      • REPORT_DOCUMENT_LOCK_MANAGER

        static final java.lang.String REPORT_DOCUMENT_LOCK_MANAGER
        See Also:
        Constant Field Values
      • EMITTER_CONFIGS

        static final java.lang.String EMITTER_CONFIGS
        contains a hashmap which saved the default render options. each key is either a DEFAULT_EMITTER_CONFIG or format or emitter id. each value is a IRenderOption
        See Also:
        Constant Field Values
      • DEFAULT_RENDER_OPTION

        static final java.lang.String DEFAULT_RENDER_OPTION
        the default render option which used by all emitters
        See Also:
        Constant Field Values
      • RESOURCE_LOCATOR

        static final java.lang.String RESOURCE_LOCATOR
        resource locator used by design engine
        See Also:
        Constant Field Values
      • RESOURCE_PATH

        static final java.lang.String RESOURCE_PATH
        resource path used by design engine
        See Also:
        Constant Field Values
      • FONT_CONFIG

        static final java.lang.String FONT_CONFIG
        the user defined font configuration file path.
        See Also:
        Constant Field Values
      • MAX_ROWS_PER_QUERY

        static final java.lang.String MAX_ROWS_PER_QUERY
        The max rows per query
        See Also:
        Constant Field Values