org.eclipse.emf.ecore.xmi.impl
Class EMOFResourceFactoryImpl

java.lang.Object
  extended by org.eclipse.emf.ecore.resource.impl.ResourceFactoryImpl
      extended by org.eclipse.emf.ecore.xmi.impl.EMOFResourceFactoryImpl
All Implemented Interfaces:
Resource.Factory

public class EMOFResourceFactoryImpl
extends ResourceFactoryImpl


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.resource.Resource.Factory
Resource.Factory.Descriptor, Resource.Factory.Registry
 
Field Summary
protected  EMOFExtendedMetaData extendedMetaData
           
 
Constructor Summary
EMOFResourceFactoryImpl()
           
 
Method Summary
 Resource createResource(URI uri)
          Returns a newly allocated default resource implementation.
protected  XMLResource.XMLInfo createXMLInfo()
           
protected  XMLResource.XMLInfo createXMLInfo(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

extendedMetaData

protected EMOFExtendedMetaData extendedMetaData
Constructor Detail

EMOFResourceFactoryImpl

public EMOFResourceFactoryImpl()
Method Detail

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.
See Also:
ResourceSet.createResource(URI)

createXMLInfo

protected XMLResource.XMLInfo createXMLInfo(java.lang.String name)

createXMLInfo

protected XMLResource.XMLInfo createXMLInfo()

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.