org.eclipse.emf.ecore.xmi.impl
Class EMOFResourceFactoryImpl
java.lang.Object
org.eclipse.emf.ecore.resource.impl.ResourceFactoryImpl
org.eclipse.emf.ecore.xmi.impl.EMOFResourceFactoryImpl
- All Implemented Interfaces:
- Resource.Factory
- public class EMOFResourceFactoryImpl
- extends ResourceFactoryImpl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
extendedMetaData
protected EMOFExtendedMetaData extendedMetaData
EMOFResourceFactoryImpl
public EMOFResourceFactoryImpl()
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.
createXMLInfo
protected XMLResource.XMLInfo createXMLInfo(String name)
createXMLInfo
protected XMLResource.XMLInfo createXMLInfo()