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

java.lang.Object
  |
  +--org.eclipse.emf.ecore.resource.impl.ResourceFactoryImpl
        |
        +--org.eclipse.emf.ecore.xmi.impl.EcoreResourceFactoryImpl
All Implemented Interfaces:
Resource.Factory

public class EcoreResourceFactoryImpl
extends ResourceFactoryImpl


Inner classes inherited from class org.eclipse.emf.ecore.resource.Resource.Factory
Resource.Factory.Descriptor, Resource.Factory.Registry
 
Field Summary
protected static boolean USE_ASCII
           
 
Constructor Summary
EcoreResourceFactoryImpl()
          Constructor for EcoreResourceFactoryImpl.
 
Method Summary
 Resource createResource(URI uri)
          Returns a newly allocated default resource implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USE_ASCII

protected static final boolean USE_ASCII
Constructor Detail

EcoreResourceFactoryImpl

public EcoreResourceFactoryImpl()
Constructor for EcoreResourceFactoryImpl.
Method Detail

createResource

public Resource createResource(URI uri)
Description copied from class: ResourceFactoryImpl
Returns a newly allocated default resource implementation.
Overrides:
createResource in class ResourceFactoryImpl
Following copied from class: org.eclipse.emf.ecore.resource.impl.ResourceFactoryImpl
Parameters:
uri - the URI.
Returns:
a new resource for the URI.

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