org.eclipse.xtext.builder.builderState
Interface IMarkerUpdater

All Known Implementing Classes:
MarkerUpdaterImpl

public interface IMarkerUpdater

Author:
Sven Efftinge - Initial contribution and API

Method Summary
 void updateMarker(org.eclipse.emf.ecore.resource.ResourceSet resourceSet, com.google.common.collect.ImmutableList<IResourceDescription.Delta> resourceDescriptionDeltas, org.eclipse.core.runtime.IProgressMonitor monitor)
          Updates the IMarker for all changed resources.
 

Method Detail

updateMarker

void updateMarker(org.eclipse.emf.ecore.resource.ResourceSet resourceSet,
                  com.google.common.collect.ImmutableList<IResourceDescription.Delta> resourceDescriptionDeltas,
                  org.eclipse.core.runtime.IProgressMonitor monitor)
Updates the IMarker for all changed resources.

Parameters:
monitor - the progress monitor to use for reporting progress to the user. It is the caller's responsibility to call done() on the given monitor. Accepts null, indicating that no progress should be reported and that the operation cannot be cancelled.