org.eclipse.emf.mapping.ecore2ecore.util
Class Ecore2EcoreResourceFactoryImpl
java.lang.Object
org.eclipse.emf.ecore.resource.impl.ResourceFactoryImpl
org.eclipse.emf.mapping.ecore2ecore.util.Ecore2EcoreResourceFactoryImpl
- All Implemented Interfaces:
- Resource.Factory
- public class Ecore2EcoreResourceFactoryImpl
- extends ResourceFactoryImpl
The Resource Factory associated with the package.
- See Also:
Ecore2EcoreResourceImpl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Ecore2EcoreResourceFactoryImpl
public Ecore2EcoreResourceFactoryImpl()
- Creates an instance of the resource factory.
createResource
public Resource createResource(URI uri)
- Creates an instance of the resource.
- Specified by:
createResource
in interface Resource.Factory
- Overrides:
createResource
in class ResourceFactoryImpl
- Parameters:
uri
- the URI.
- Returns:
- a new resource for the URI.