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.java.util   
org.eclipse.emf.mapping.ecore2ecore.util   
org.eclipse.emf.mapping.ecore2xml.util   
org.eclipse.emf.mapping.xsd2ecore.util   
org.eclipse.emf.test.core.ecore   
org.eclipse.emf.test.core.featuremap.supplier.util   
org.eclipse.emf.test.models.customer.util   
org.eclipse.emf.test.models.dbitem.util   
org.eclipse.emf.test.models.dbprice.util   
org.eclipse.emf.test.models.movie.db.util   
org.eclipse.emf.test.models.order.util   
org.eclipse.emf.test.models.qname.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.java.util
 

Classes in org.eclipse.emf.java.util that implement Resource.Factory
 class JavaPackageResourceFactoryImpl
           
 class JavaResourceFactoryImpl
           
 

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.
 

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

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

Uses of Resource.Factory in org.eclipse.emf.test.core.ecore
 

Methods in org.eclipse.emf.test.core.ecore with parameters of type Resource.Factory
 void PersistenceTest.oneFileTest(Resource.Factory resourceFactory)
           
 void PersistenceTest.twoFileTest(Resource.Factory johnResourceFactory, Resource.Factory maryResourceFactory)
           
 

Uses of Resource.Factory in org.eclipse.emf.test.core.featuremap.supplier.util
 

Classes in org.eclipse.emf.test.core.featuremap.supplier.util that implement Resource.Factory
 class SupplierResourceFactoryImpl
          The Resource Factory associated with the package
 

Methods in org.eclipse.emf.test.core.featuremap.supplier.util that return types with arguments of type Resource.Factory
protected  java.util.Map<java.lang.String,Resource.Factory> SupplierXMLProcessor.getRegistrations()
          Register for "*" and "xml" file extensions the SupplierResourceFactoryImpl factory
 

Uses of Resource.Factory in org.eclipse.emf.test.models.customer.util
 

Classes in org.eclipse.emf.test.models.customer.util that implement Resource.Factory
 class CustomerResourceFactoryImpl
          The Resource Factory associated with the package
 

Methods in org.eclipse.emf.test.models.customer.util that return types with arguments of type Resource.Factory
protected  java.util.Map<java.lang.String,Resource.Factory> CustomerXMLProcessor.getRegistrations()
          Register for "*" and "xml" file extensions the CustomerResourceFactoryImpl factory
 

Uses of Resource.Factory in org.eclipse.emf.test.models.dbitem.util
 

Classes in org.eclipse.emf.test.models.dbitem.util that implement Resource.Factory
 class DBItemResourceFactoryImpl
          The Resource Factory associated with the package
 

Methods in org.eclipse.emf.test.models.dbitem.util that return types with arguments of type Resource.Factory
protected  java.util.Map<java.lang.String,Resource.Factory> DBItemXMLProcessor.getRegistrations()
          Register for "*" and "xml" file extensions the DBItemResourceFactoryImpl factory
 

Uses of Resource.Factory in org.eclipse.emf.test.models.dbprice.util
 

Classes in org.eclipse.emf.test.models.dbprice.util that implement Resource.Factory
 class DBPriceResourceFactoryImpl
          The Resource Factory associated with the package
 

Methods in org.eclipse.emf.test.models.dbprice.util that return types with arguments of type Resource.Factory
protected  java.util.Map<java.lang.String,Resource.Factory> DBPriceXMLProcessor.getRegistrations()
          Register for "*" and "xml" file extensions the DBPriceResourceFactoryImpl factory
 

Uses of Resource.Factory in org.eclipse.emf.test.models.movie.db.util
 

Classes in org.eclipse.emf.test.models.movie.db.util that implement Resource.Factory
 class DBResourceFactoryImpl
          The Resource Factory associated with the package
 

Methods in org.eclipse.emf.test.models.movie.db.util that return types with arguments of type Resource.Factory
protected  java.util.Map<java.lang.String,Resource.Factory> DBXMLProcessor.getRegistrations()
          Register for "*" and "xml" file extensions the DBResourceFactoryImpl factory
 

Uses of Resource.Factory in org.eclipse.emf.test.models.order.util
 

Classes in org.eclipse.emf.test.models.order.util that implement Resource.Factory
 class OrderResourceFactoryImpl
          The Resource Factory associated with the package
 

Methods in org.eclipse.emf.test.models.order.util that return types with arguments of type Resource.Factory
protected  java.util.Map<java.lang.String,Resource.Factory> OrderXMLProcessor.getRegistrations()
          Register for "*" and "xml" file extensions the OrderResourceFactoryImpl factory
 

Uses of Resource.Factory in org.eclipse.emf.test.models.qname.util
 

Classes in org.eclipse.emf.test.models.qname.util that implement Resource.Factory
 class QNameResourceFactoryImpl
          The Resource Factory associated with the package
 

Methods in org.eclipse.emf.test.models.qname.util that return types with arguments of type Resource.Factory
protected  java.util.Map<java.lang.String,Resource.Factory> QNameXMLProcessor.getRegistrations()
          Register for "*" and "xml" file extensions the QNameResourceFactoryImpl factory
 


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