public abstract class WorkbenchMarkerResolution extends Object implements IMarkerResolution2
Constructor and Description |
---|
WorkbenchMarkerResolution() |
Modifier and Type | Method and Description |
---|---|
abstract IMarker[] |
findOtherMarkers(IMarker[] markers)
Iterate through the list of supplied markers.
|
void |
run(IMarker[] markers,
IProgressMonitor monitor)
Runs this resolution.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDescription, getImage
getLabel, run
public abstract IMarker[] findOtherMarkers(IMarker[] markers)
markers
- public void run(IMarker[] markers, IProgressMonitor monitor)
markers
.
markers
must be a subset of the markers returned
by findOtherMarkers(IMarker[])
.markers
- The markers to resolve, not nullmonitor
- The monitor to report progress
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.