public static class ValidateAction.EclipseResourcesUtil extends EditUIMarkerHelper
| Constructor and Description |
|---|
ValidateAction.EclipseResourcesUtil() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
adjustMarker(IMarker marker,
Diagnostic diagnostic,
Diagnostic parentDiagnostic)
Clients should override this method to update the marker associated with the diagnostic.
|
protected java.lang.String |
composeMessage(Diagnostic diagnostic,
Diagnostic parentDiagnostic)
Returns the message that will be used with the marker associated with the given diagnostic.
|
void |
createMarkers(Resource resource,
Diagnostic diagnostic) |
protected java.lang.String |
getMarkerID() |
IRunnableWithProgress |
getWorkspaceModifyOperation(IRunnableWithProgress runnableWithProgress) |
adjustMarker, deleteMarkers, getFile, getMarkerDiagnostics, getTargetObjects, hasMarkerscreateMarkers, createMarkers, deleteMarkers, getDiagnosticSource, getEditorInput, getFile, getFile, hasMarkerspublic IRunnableWithProgress getWorkspaceModifyOperation(IRunnableWithProgress runnableWithProgress)
protected java.lang.String getMarkerID()
getMarkerID in class MarkerHelperpublic void createMarkers(Resource resource, Diagnostic diagnostic)
protected java.lang.String composeMessage(Diagnostic diagnostic, Diagnostic parentDiagnostic)
MarkerHelpercomposeMessage in class MarkerHelperdiagnostic - the diagnostic.parentDiagnostic - the parent of the diagnostic, if any.protected void adjustMarker(IMarker marker,
Diagnostic diagnostic,
Diagnostic parentDiagnostic)
throws CoreException
MarkerHelperadjustMarker in class EditUIMarkerHelpermarker - the marker to be updated.diagnostic - the diagnostic associated with the marker.parentDiagnostic - the parent of the diagnostic, if any.CoreException