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.ecore.xmi.util   
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.
 Resource.Factory Resource.Factory.Registry.getFactory(URI uri, java.lang.String contentType)
          Returns the resource factory appropriate for the given URI with the given content type identifier.
 

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
static Resource.Factory ResourceFactoryRegistryImpl.convert(java.lang.Object resourceFactory)
           
protected  Resource.Factory ResourceFactoryRegistryImpl.delegatedGetFactory(URI uri)
          Deprecated. since 2.4
protected  Resource.Factory ResourceFactoryRegistryImpl.delegatedGetFactory(URI uri, java.lang.String contentTypeIdentifier)
          Returns the resource factory appropriate for the given URI and content type identifier, when standard alternatives fail.
 Resource.Factory ResourceFactoryRegistryImpl.getFactory(URI uri)
          Returns the resource factory appropriate for the given URI.
 Resource.Factory ResourceFactoryRegistryImpl.getFactory(URI uri, java.lang.String contentType)
          Returns the resource factory appropriate for the given URI.
 

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.ecore.xmi.util
 

Fields in org.eclipse.emf.ecore.xmi.util with type parameters of type Resource.Factory
protected  java.util.Map<java.lang.String,Resource.Factory> XMLProcessor.registrations
           
 

Methods in org.eclipse.emf.ecore.xmi.util that return types with arguments of type Resource.Factory
protected  java.util.Map<java.lang.String,Resource.Factory> XMLProcessor.getRegistrations()
           
 

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.