Interface IReferenceFinder.IResourceAccess

  • Enclosing interface:
    IReferenceFinder

    public static interface IReferenceFinder.IResourceAccess
    Provides safe read access to a resource set for searching local references or references in a demand-created or shared resource set. Return null if a resource set cannot be provided for the given target URI.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      <R> R readOnly​(org.eclipse.emf.common.util.URI targetURI, org.eclipse.xtext.util.concurrent.IUnitOfWork<R,​org.eclipse.emf.ecore.resource.ResourceSet> work)  
    • Method Detail

      • readOnly

        <R> R readOnly​(org.eclipse.emf.common.util.URI targetURI,
                       org.eclipse.xtext.util.concurrent.IUnitOfWork<R,​org.eclipse.emf.ecore.resource.ResourceSet> work)