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

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

public class XMLResourceFactoryImpl
extends ResourceFactoryImpl

This class creates XMLResourceImpl objects.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.resource.Resource.Factory
Resource.Factory.Descriptor, Resource.Factory.Registry
 
Constructor Summary
XMLResourceFactoryImpl()
          Constructor for XMLResourceFactoryImpl.
 
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

XMLResourceFactoryImpl

public XMLResourceFactoryImpl()
Constructor for XMLResourceFactoryImpl.

Method Detail

createResource

public Resource createResource(URI uri)
Creates an XMLResourceImpl and returns it.

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)

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