Package com._1c.g5.v8.bm.core
Interface IBmResourceSet
- All Superinterfaces:
org.eclipse.emf.common.notify.Notifier,org.eclipse.emf.ecore.resource.ResourceSet
- All Known Implementing Classes:
GlobalResourceSet
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 TypeMethodDescriptionvoidevictFromCache(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, eSetDeliverMethods 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 benull.
-