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 Details

    • XTEXT_SCOPING_LIVE_SCOPE_OPTION

      static final String XTEXT_SCOPING_LIVE_SCOPE_OPTION
      This constant is used to resolve Xtext resources.
      See Also:
  • Method Details

    • dispose

      void dispose()
      This method should be called when the resource set is no longer needed.