com.sodius.mdw.core.model.emf
Class EMFXMLModelReader
java.lang.Object
com.sodius.mdw.core.model.emf.EMFModelReader
com.sodius.mdw.core.model.emf.EMFXMLModelReader
- All Implemented Interfaces:
- ModelReader
public abstract class EMFXMLModelReader
- extends EMFModelReader
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 |
EMFXMLModelReader
public EMFXMLModelReader()
createResource
protected Resource createResource(URI uri,
ConnectorContext context)
- Description copied from class:
EMFModelReader
- Creates a resource that is able to handle the specified uri.
- Specified by:
createResource in class EMFModelReader
- Parameters:
uri - the URI to load.context - the context in which the connector runs
- Returns:
- the created resource.
getResourceFactory
public abstract Resource.Factory getResourceFactory()