Adding an embedded model connector
To create an new embedded connector:
- Edit the plugin.xml file of the plugin which defines the metamodel you want to add a connector..
- Select the Extension tab.
- Expand the com.sodius.mdw.core.metamodel extension and select the metamodel node.
- Right-click New > modelReader or New > modelWriter.
- Enter the necessary information to declare the connector, as described in the
com.sodius.mdw.core.metamodel
extension point.
- Save the plugin.xml file.
- Define the connector implementation using a Java class.
Connector XML file format