com.sodius.mdw.core.model.emf
Class EMFModelReader.ModelResourceSet
java.lang.Object
ResourceSetImpl
com.sodius.mdw.core.model.emf.EMFModelReader.ModelResourceSet
- Enclosing class:
- EMFModelReader
- public class EMFModelReader.ModelResourceSet
- extends ResourceSetImpl
Defines a resource set that delegates the creation of a resource to the EMFModelReader implementation.
- See Also:
- Serialized Form
|
Method Summary |
Resource |
createResource(URI uri)
Delegates the creation of the resource. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMFModelReader.ModelResourceSet
public EMFModelReader.ModelResourceSet(ConnectorContext context)
createResource
public Resource createResource(URI uri)
- Delegates the creation of the resource.
- Parameters:
uri - the URI of the resource to create.
- Returns:
- the created resource.
- See Also:
EMFModelReader.createResource(URI, ConnectorContext)