Interface DisposableResourceSet
- All Superinterfaces:
Notifier,ResourceSet
- All Known Implementing Classes:
NotLoadingResourceSet,SynchronizedResourceSet
public interface DisposableResourceSet extends ResourceSet
A
ResourceSet that offers a dispose method.-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringXTEXT_SCOPING_LIVE_SCOPE_OPTIONThis constant is used to resolve Xtext resources. -
Method Summary
Modifier and Type Method Description voiddispose()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, eSetDeliverMethods inherited from interface org.eclipse.emf.ecore.resource.ResourceSet
createResource, createResource, getAdapterFactories, getAllContents, getEObject, getLoadOptions, getPackageRegistry, getResource, getResourceFactoryRegistry, getResources, getURIConverter, setPackageRegistry, setResourceFactoryRegistry, setURIConverter
-
Field Details
-
XTEXT_SCOPING_LIVE_SCOPE_OPTION
static final java.lang.String XTEXT_SCOPING_LIVE_SCOPE_OPTIONThis constant is used to resolve Xtext resources.- See Also:
- Constant Field Values
-
-
Method Details
-
dispose
void dispose()This method should be called when the resource set is no longer needed.
-