Interface IBmResourceSet

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

@Deprecated public interface IBmResourceSet extends org.eclipse.emf.ecore.resource.ResourceSet
Deprecated.
implementation specific details should not be exposed as API.
Interface for BM managed resource set.
  • Field Summary

    Fields inherited from interface org.eclipse.emf.ecore.resource.ResourceSet

    RESOURCE_SET__RESOURCES
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    evictFromCache(org.eclipse.emf.common.util.URI resourceUri)
    Deprecated.
    Evicts the resource from resource set cache.

    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
  • Method Details

    • evictFromCache

      void evictFromCache(org.eclipse.emf.common.util.URI resourceUri)
      Deprecated.
      Evicts the resource from resource set cache.
      Parameters:
      resourceUri - The URI of the resource to evict from the resource set cache. May not be null.