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

Packages that use Resource.Factory.Registry
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. 
 

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

Fields in org.eclipse.emf.ecore.resource declared as Resource.Factory.Registry
static Resource.Factory.Registry Resource.Factory.Registry.INSTANCE
          The global static resource factory registry.
 

Methods in org.eclipse.emf.ecore.resource that return Resource.Factory.Registry
 Resource.Factory.Registry ResourceSet.getResourceFactoryRegistry()
          Returns the registry used for creating a resource of the appropriate type.
 

Methods in org.eclipse.emf.ecore.resource with parameters of type Resource.Factory.Registry
 void ResourceSet.setResourceFactoryRegistry(Resource.Factory.Registry resourceFactoryRegistry)
          Sets the registry used for creating resource of the appropriate type.
 

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

Classes in org.eclipse.emf.ecore.resource.impl that implement Resource.Factory.Registry
 class ResourceFactoryRegistryImpl
          An extensible implementation of a resource factory registry.
 

Fields in org.eclipse.emf.ecore.resource.impl declared as Resource.Factory.Registry
protected  Resource.Factory.Registry ResourceSetImpl.resourceFactoryRegistry
          The local resource factory registry.
 

Methods in org.eclipse.emf.ecore.resource.impl that return Resource.Factory.Registry
 Resource.Factory.Registry ResourceSetImpl.getResourceFactoryRegistry()
           
 

Methods in org.eclipse.emf.ecore.resource.impl with parameters of type Resource.Factory.Registry
 void ResourceSetImpl.setResourceFactoryRegistry(Resource.Factory.Registry resourceFactoryRegistry)
           
 


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