Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Extending the generator by providing additional sources of data

Revision as of 04:56, 16 August 2007 by Unnamed Poltroon (Talk)

There is an easy mechanism for extending the test message generator so that it can get data from other sources: the org.eclipse.soc.ohftest plugin defines an extension point called batchDataSources. In order to use this extension point, a user needs to create a class which implements the IBatchDataSource interface, and a factory class for this data source (a class that implements the IBatchDataSourceFactory), which needs to be referenced in the plugin.xml file of the plugin that will be providing the extension.

Back to the top