org.eclipse.birt.report.engine.api
Interface IReportEngineFactory
- public interface IReportEngineFactory
a factory used to create the Report Engine.
- Version:
- $Revision: 1.1 $ $Date: 2006/03/21 23:23:13 $
- See Also:
ReportRunner for the usage.
EXTENSION_REPORT_ENGINE_FACTORY
public static final java.lang.String EXTENSION_REPORT_ENGINE_FACTORY
- the extension point used to create the factory object.
- See Also:
Platform.createFactoryObject(String)
,
Constant Field Values
createReportEngine
public IReportEngine createReportEngine(EngineConfig config)
- create a new report engine object.
- Parameters:
config
- config used to create the report engine.
- Returns:
- the report engine object
Copyright © 2005 Actuate Corp. All rights reserved.