com.sodius.mdw.core.model.emf
Class EMFXMLModelWriter
java.lang.Object
com.sodius.mdw.core.model.emf.EMFModelWriter
com.sodius.mdw.core.model.emf.EMFXMLModelWriter
- All Implemented Interfaces:
- ModelWriter
public abstract class EMFXMLModelWriter
- extends EMFModelWriter
Default EMF based implementation to handle XML uris.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMFXMLModelWriter
public EMFXMLModelWriter()
createResource
protected Resource createResource(URI uri,
ConnectorContext context)
- Description copied from class:
EMFModelWriter
- Creates a resource that is able to handle the specified uri.
- Specified by:
createResource in class EMFModelWriter
- Parameters:
uri - the URI to write.context - the context in which the connector runs
- Returns:
- the created resource.
getResourceFactory
public abstract Resource.Factory getResourceFactory()