org.eclipse.xtext.ui.editor.findrefs
Interface IReferenceFinder.ILocalResourceAccess

All Known Implementing Classes:
EditorResourceAccess, LoadingResourceAccess, SimpleLocalResourceAccess
Enclosing interface:
IReferenceFinder

public static interface IReferenceFinder.ILocalResourceAccess

Provides safe read access to a resource set for searching local references.


Method Summary
<R> R
readOnly(org.eclipse.emf.common.util.URI resourceURI, IUnitOfWork<R,org.eclipse.emf.ecore.resource.ResourceSet> work)
           
 

Method Detail

readOnly

<R> R readOnly(org.eclipse.emf.common.util.URI resourceURI,
               IUnitOfWork<R,org.eclipse.emf.ecore.resource.ResourceSet> work)