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

java.lang.Object
  extended byorg.eclipse.emf.ecore.resource.impl.ResourceFactoryImpl
      extended byorg.eclipse.emf.ecore.xmi.impl.XMLResourceFactoryImpl
          extended byorg.eclipse.emf.ecore.xmi.impl.GenericXMLResourceFactoryImpl
All Implemented Interfaces:
Resource.Factory

public class GenericXMLResourceFactoryImpl
extends XMLResourceFactoryImpl


Nested Class Summary
 
Nested classes inherited from class org.eclipse.emf.ecore.resource.Resource.Factory
Resource.Factory.Descriptor, Resource.Factory.Registry
 
Constructor Summary
GenericXMLResourceFactoryImpl()
           
 
Method Summary
 Resource createResource(URI uri)
          Creates an XMLResourceImpl and returns it.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericXMLResourceFactoryImpl

public GenericXMLResourceFactoryImpl()
Method Detail

createResource

public Resource createResource(URI uri)
Description copied from class: XMLResourceFactoryImpl
Creates an XMLResourceImpl and returns it.

Specified by:
createResource in interface Resource.Factory
Overrides:
createResource in class XMLResourceFactoryImpl

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