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 Summary
FieldsModifier and TypeFieldDescriptionstatic final String
the default render option which used by all emittersstatic final String
contains a hashmap which saved the default render options.static final String
define the logger used by the report engine.static final String
the user defined font configuration file path.static final String
static final String
static final String
static final String
static final String
static final String
The max rows per querystatic final String
static final String
resource locator used by design enginestatic final String
resource path used by design enginestatic final String
static final String
Fields inherited from interface org.eclipse.birt.core.framework.IPlatformConfig
BIRT_HOME, OSGI_ARGUMENTS, OSGI_CONFIGURATION, PLATFORM_CONTEXT, TEMP_DIR
-
Field Details
-
LOG_DESTINATION
- See Also:
-
LOG_LEVEL
- See Also:
-
LOG_FILE
- See Also:
-
LOG_ROLLING_SIZE
- See Also:
-
LOG_MAX_BACKUP_INDEX
- See Also:
-
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:
-
REPORT_DOCUMENT_LOCK_MANAGER
- See Also:
-
SCRIPT_OBJECTS
- See Also:
-
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:
-
DEFAULT_RENDER_OPTION
the default render option which used by all emitters- See Also:
-
STATUS_HANDLER
- See Also:
-
RESOURCE_LOCATOR
resource locator used by design engine- See Also:
-
RESOURCE_PATH
resource path used by design engine- See Also:
-
FONT_CONFIG
the user defined font configuration file path.- See Also:
-
MAX_ROWS_PER_QUERY
The max rows per query- See Also:
-