Interface DisposableResourceSet
-
- All Superinterfaces:
Notifier
,ResourceSet
- All Known Implementing Classes:
NotLoadingResourceSet
,SynchronizedResourceSet
public interface DisposableResourceSet extends ResourceSet
AResourceSet
that offers a dispose method.
-
-
Field Summary
Fields Modifier and Type Field Description static String
XTEXT_SCOPING_LIVE_SCOPE_OPTION
This constant is used to resolve Xtext resources.-
Fields inherited from interface org.eclipse.emf.ecore.resource.ResourceSet
RESOURCE_SET__RESOURCES
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
dispose()
This method should be called when the resource set is no longer needed.-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface org.eclipse.emf.ecore.resource.ResourceSet
createResource, createResource, getAdapterFactories, getAllContents, getEObject, getLoadOptions, getPackageRegistry, getResource, getResourceFactoryRegistry, getResources, getURIConverter, setPackageRegistry, setResourceFactoryRegistry, setURIConverter
-
-
-
-
Field Detail
-
XTEXT_SCOPING_LIVE_SCOPE_OPTION
static final String XTEXT_SCOPING_LIVE_SCOPE_OPTION
This constant is used to resolve Xtext resources.- See Also:
- Constant Field Values
-
-