org.eclipse.xtext.resource
Interface ResourceSetReferencingResourceSet

All Superinterfaces:
org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.resource.ResourceSet
All Known Implementing Classes:
ResourceSetReferencingResourceSetImpl

public interface ResourceSetReferencingResourceSet
extends org.eclipse.emf.ecore.resource.ResourceSet

Author:
Sven Efftinge - Initial contribution and API

Field Summary
 
Fields inherited from interface org.eclipse.emf.ecore.resource.ResourceSet
RESOURCE_SET__RESOURCES
 
Method Summary
 java.util.List<org.eclipse.emf.ecore.resource.ResourceSet> getReferencedResourceSets()
           
 
Methods inherited from interface org.eclipse.emf.ecore.resource.ResourceSet
createResource, createResource, getAdapterFactories, getAllContents, getEObject, getLoadOptions, getPackageRegistry, getResource, getResourceFactoryRegistry, getResources, getURIConverter, setPackageRegistry, setResourceFactoryRegistry, setURIConverter
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getReferencedResourceSets

java.util.List<org.eclipse.emf.ecore.resource.ResourceSet> getReferencedResourceSets()