Uses of Interface
org.eclipse.emf.ecore.resource.Resource.Factory

Packages that use Resource.Factory
org.eclipse.emf.ecore.resource Provides an API for modeling abstract persistent resources.  
org.eclipse.emf.ecore.resource.impl Provides an implementation of the resource API.  
org.eclipse.emf.ecore.xmi.impl   
org.eclipse.emf.mapping.ecore2ecore.util   
org.eclipse.emf.mapping.ecore2xml.util   
 

Uses of Resource.Factory in org.eclipse.emf.ecore.resource
 

Methods in org.eclipse.emf.ecore.resource that return Resource.Factory
 Resource.Factory Resource.Factory.Descriptor.createFactory()
          Creates a factory and returns it.
 Resource.Factory Resource.Factory.Registry.getFactory(URI uri)
          Returns the resource factory appropriate for the given URI.
 

Uses of Resource.Factory in org.eclipse.emf.ecore.resource.impl
 

Classes in org.eclipse.emf.ecore.resource.impl that implement Resource.Factory
 class ResourceFactoryImpl
          A trivial implementation of a resource factory.
 

Methods in org.eclipse.emf.ecore.resource.impl that return Resource.Factory
 Resource.Factory ResourceFactoryRegistryImpl.getFactory(URI uri)
          Returns the resource factory appropriate for the given URI.
protected  Resource.Factory ResourceFactoryRegistryImpl.delegatedGetFactory(URI uri)
          Returns the resource factory appropriate for the given URI, when standard alternatives fail.
 

Uses of Resource.Factory in org.eclipse.emf.ecore.xmi.impl
 

Classes in org.eclipse.emf.ecore.xmi.impl that implement Resource.Factory
 class EcoreResourceFactoryImpl
           
 class EMOFResourceFactoryImpl
           
 class GenericXMLResourceFactoryImpl
           
 class XMIResourceFactoryImpl
           
 class XMLResourceFactoryImpl
          This class creates XMLResourceImpl objects.
 

Uses of Resource.Factory in org.eclipse.emf.mapping.ecore2ecore.util
 

Classes in org.eclipse.emf.mapping.ecore2ecore.util that implement Resource.Factory
 class Ecore2EcoreResourceFactoryImpl
           The Resource Factory associated with the package
 

Uses of Resource.Factory in org.eclipse.emf.mapping.ecore2xml.util
 

Subinterfaces of Resource.Factory in org.eclipse.emf.mapping.ecore2xml.util
static interface Ecore2XMLResource.Factory
          The interface for Ecore2XML resource factories.
 

Classes in org.eclipse.emf.mapping.ecore2xml.util that implement Resource.Factory
 class Ecore2XMLResourceFactoryImpl
           The Resource Factory associated with the package.
 


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