com.sodius.mdw.core.model.emf
Class EMFModelReader.ModelResourceSet

java.lang.Object
  extended byResourceSetImpl
      extended bycom.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

Constructor Summary
EMFModelReader.ModelResourceSet(ConnectorContext context)
           
 
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
 

Constructor Detail

EMFModelReader.ModelResourceSet

public EMFModelReader.ModelResourceSet(ConnectorContext context)
Method Detail

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)