|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.colby.cs.JeSS.util.MarkerResolutionGenerator
This class provides the implementation for simple resolutions of JeSS security bugs. It is possible to ignore the individual marker, ignore all markers on a particular file, and to ignore all markers on a project. Further implementation of Error resolutions should be done in this class.
Nested Class Summary | |
private class |
MarkerResolutionGenerator.JeSSMarkerResolutionIgnore
The resolution that allows the deletion of a single JeSS marker |
private class |
MarkerResolutionGenerator.JeSSMarkerResolutionIgnoreAllFile
The resolution that allows the deletion of all markers in the containing file |
private class |
MarkerResolutionGenerator.JeSSMarkerResolutionIgnoreAllProject
The resolution that allows the deletion of all markers in the containing the project |
Constructor Summary | |
MarkerResolutionGenerator()
|
Method Summary | |
org.eclipse.ui.IMarkerResolution[] |
getResolutions(org.eclipse.core.resources.IMarker marker)
This method returns the array of possible markers resolutions for the given marker. |
boolean |
hasResolutions(org.eclipse.core.resources.IMarker marker)
A boolean check to see if resolutions exist for the marker |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MarkerResolutionGenerator()
Method Detail |
public org.eclipse.ui.IMarkerResolution[] getResolutions(org.eclipse.core.resources.IMarker marker)
getResolutions
in interface org.eclipse.ui.IMarkerResolutionGenerator
marker
- - the marker to find resolutions for
IMarkerResolutionGenerator.getResolutions(org.eclipse.core.resources.IMarker)
public boolean hasResolutions(org.eclipse.core.resources.IMarker marker)
marker
- - the marker to check for resolutions
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |