org.eclipse.gmt.modisco.xml.resource
Class GenericXMLResourceFactoryImpl

java.lang.Object
  extended by ResourceFactoryImpl
      extended by org.eclipse.gmt.modisco.xml.resource.GenericXMLResourceFactoryImpl

public class GenericXMLResourceFactoryImpl
extends ResourceFactoryImpl

A EMF factory for getting Generic XML Resource. It is an alternative to org.eclipse.emf.ecore.xmi.impl.GenericXMLResourceFactoryImpl.

See Also:
GenericXMLResourceImpl

Constructor Summary
GenericXMLResourceFactoryImpl()
           
 
Method Summary
 Resource createResource(URI uri)
          Create a Generic XML Resource.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericXMLResourceFactoryImpl

public GenericXMLResourceFactoryImpl()
Method Detail

createResource

public final Resource createResource(URI uri)
Create a Generic XML Resource.

See Also:
GenericXMLResourceImpl