Interface IBmResourceSet

  • All Superinterfaces:
    org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.resource.ResourceSet

    @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

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      void skipCacheForResource​(org.eclipse.core.resources.IResource resource)
      Deprecated.
      Skips resource from cache correspondence to the IResource in workspace
      • 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 Detail

      • skipCacheForResource

        void skipCacheForResource​(org.eclipse.core.resources.IResource resource)
        Deprecated.
        Skips resource from cache correspondence to the IResource in workspace
        Parameters:
        resource - IResource from workspace for skiping cache, can't be null