org.eclipse.emf.mapping.ecore2xml.util
Class Ecore2XMLResourceFactoryImpl
java.lang.Object
org.eclipse.emf.ecore.resource.impl.ResourceFactoryImpl
org.eclipse.emf.mapping.ecore2xml.util.Ecore2XMLResourceFactoryImpl
- All Implemented Interfaces:
- Ecore2XMLResource.Factory, Resource.Factory
- public class Ecore2XMLResourceFactoryImpl
- extends ResourceFactoryImpl
- implements Ecore2XMLResource.Factory
The Resource Factory associated with the package.
- See Also:
Ecore2XMLResourceImpl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Ecore2XMLResourceFactoryImpl
public Ecore2XMLResourceFactoryImpl()
- 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.