Method Summary |
|
static int | getCharEnd(IMarker marker) Returns the ending character offset of the given marker. |
static int | getCharStart(IMarker marker) Returns the starting character offset of the given marker. |
static String | getContainerName(IMarker marker) Returns the container name if it is defined, or empty string if not. |
static String | getCreationTime(IMarker marker) Returns the creation time of the marker as a string. |
static int | getLineNumber(IMarker marker) Returns the line number of the given marker. |
static String | getLocation(IMarker marker) Returns the text for the location field. |
static String | getMessage(IMarker marker) Returns the message attribute of the given marker,
or the empty string if the message attribute is not defined. |
static int | getNumericValue(String value) Returns the numeric value of the given string, which is assumed to represent a numeric value. |
static String | getResourceName(IMarker marker) Returns name if it is defined, or
blank string if not. |