org.eclipse.emf.ecore.xmi.impl
Class GenericXMLResourceFactoryImpl
java.lang.Object
org.eclipse.emf.ecore.resource.impl.ResourceFactoryImpl
org.eclipse.emf.ecore.xmi.impl.GenericXMLResourceFactoryImpl
- All Implemented Interfaces:
- Resource.Factory
- public class GenericXMLResourceFactoryImpl
- extends ResourceFactoryImpl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenericXMLResourceFactoryImpl
public GenericXMLResourceFactoryImpl()
createResource
public Resource createResource(URI uri)
- Description copied from class:
ResourceFactoryImpl
- Returns a newly allocated default resource
implementation
.
- Specified by:
createResource
in interface Resource.Factory
- Overrides:
createResource
in class ResourceFactoryImpl
- Parameters:
uri
- the URI.
- Returns:
- a new resource for the URI.