org.eclipse.xtext.ui.refactoring
Interface IReferenceUpdater

All Known Implementing Classes:
AbstractReferenceUpdater, DefaultReferenceUpdater, EmfResourceReferenceUpdater, JvmModelReferenceUpdater

public interface IReferenceUpdater

A component to update references to elements renamed in a refactoring.

Author:
Jan Koehnlein - Initial contribution and API

Method Summary
 void createReferenceUpdates(ElementRenameArguments elementRenameArguments, java.lang.Iterable<IReferenceDescription> referenceDescriptions, IRefactoringUpdateAcceptor updateAcceptor, org.eclipse.core.runtime.IProgressMonitor monitor)
           
 

Method Detail

createReferenceUpdates

void createReferenceUpdates(ElementRenameArguments elementRenameArguments,
                            java.lang.Iterable<IReferenceDescription> referenceDescriptions,
                            IRefactoringUpdateAcceptor updateAcceptor,
                            org.eclipse.core.runtime.IProgressMonitor monitor)