org.eclipse.xtext.ui.editor.findrefs
Class LoadingResourceAccess

java.lang.Object
  extended by org.eclipse.xtext.ui.editor.findrefs.LoadingResourceAccess
All Implemented Interfaces:
IReferenceFinder.ILocalResourceAccess

public class LoadingResourceAccess
extends java.lang.Object
implements IReferenceFinder.ILocalResourceAccess

Author:
Jan Koehnlein - Initial contribution and API

Constructor Summary
LoadingResourceAccess()
           
 
Method Summary
<R> R
readOnly(org.eclipse.emf.common.util.URI targetURI, IUnitOfWork<R,org.eclipse.emf.ecore.resource.ResourceSet> work)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadingResourceAccess

public LoadingResourceAccess()
Method Detail

readOnly

public <R> R readOnly(org.eclipse.emf.common.util.URI targetURI,
                      IUnitOfWork<R,org.eclipse.emf.ecore.resource.ResourceSet> work)
Specified by:
readOnly in interface IReferenceFinder.ILocalResourceAccess