Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_VERSION_PROBLEM |
static String |
DEBUG_OPTION_PROBLEM |
static String |
DEPENDENCY_RANGE_PROBLEM |
static String |
DEVIATION_INFO |
static String |
EXPORT_VERSION_PROBLEM |
static String |
FEATURE_NATURE_PROBLEM |
static String |
MALFORMED_VERSION_PROBLEM |
static String |
MARKER_TYPE |
static String |
PROBLEM_TYPE |
static String |
QUICK_FIX_ALTERNATIVE_REPLACEMENT |
static String |
QUICK_FIX_CONFIGURE_OPTION |
static String |
QUICK_FIX_NATURE |
static String |
QUICK_FIX_PATTERN |
static String |
QUICK_FIX_PROJECT |
static String |
QUICK_FIX_REFERENCE |
static String |
QUICK_FIX_REPLACEMENT |
static String |
RELEASE_PATH_PROBLEM |
static String |
RESOURCE_ATTRIBUTE |
static String |
SCHEMA_BUILDER_PROBLEM |
static String |
UNREFERENCED_ELEMENT_PROBLEM |
static String |
VALIDATOR_CLASS_PROBLEM |
static String |
VERSION_NATURE_PROBLEM |
Modifier and Type | Method and Description |
---|---|
static IMarker |
addMarker(IFile file,
String message,
int severity,
int lineNumber,
int charStart,
int charEnd) |
static IMarker |
addMarker(IFile file,
String message,
int severity,
String regex) |
static IMarker |
addMarker(IResource resource,
String message) |
static IMarker |
addMarker(IResource resource,
String message,
int severity) |
static IMarker |
addMarker(IResource resource,
String message,
int severity,
int lineNumber) |
static int |
compareAttributes(String attributeName,
IMarker m1,
IMarker m2) |
static void |
deleteAllMarkers(IResource resource) |
static void |
deleteAllMarkers(IResource resource,
String problemType) |
static String |
getAttribute(IMarker marker,
String attributeName) |
static Comparable<?> |
getAttributeValue(IMarker marker,
String attributeName) |
static String |
getProblemType(IMarker marker) |
static String |
getQuickFixAlternativeReplacement(IMarker marker) |
static String |
getQuickFixConfigureOption(IMarker marker) |
static String |
getQuickFixNature(IMarker marker) |
static String |
getQuickFixPattern(IMarker marker) |
static String |
getQuickFixProject(IMarker marker) |
static String |
getQuickFixReference(IMarker marker) |
static String |
getQuickFixReplacement(IMarker marker) |
public static final String MARKER_TYPE
public static final String PROBLEM_TYPE
public static final String DEVIATION_INFO
public static final String RELEASE_PATH_PROBLEM
public static final String MALFORMED_VERSION_PROBLEM
public static final String SCHEMA_BUILDER_PROBLEM
public static final String FEATURE_NATURE_PROBLEM
public static final String VERSION_NATURE_PROBLEM
public static final String DEBUG_OPTION_PROBLEM
public static final String DEPENDENCY_RANGE_PROBLEM
public static final String EXPORT_VERSION_PROBLEM
public static final String UNREFERENCED_ELEMENT_PROBLEM
public static final String COMPONENT_VERSION_PROBLEM
public static final String VALIDATOR_CLASS_PROBLEM
public static final String RESOURCE_ATTRIBUTE
public static final String QUICK_FIX_PATTERN
public static final String QUICK_FIX_REPLACEMENT
public static final String QUICK_FIX_ALTERNATIVE_REPLACEMENT
public static final String QUICK_FIX_NATURE
public static final String QUICK_FIX_PROJECT
public static final String QUICK_FIX_REFERENCE
public static final String QUICK_FIX_CONFIGURE_OPTION
public static String getQuickFixAlternativeReplacement(IMarker marker)
public static Comparable<?> getAttributeValue(IMarker marker, String attributeName)
public static IMarker addMarker(IResource resource, String message) throws CoreException
CoreException
public static IMarker addMarker(IResource resource, String message, int severity) throws CoreException
CoreException
public static IMarker addMarker(IResource resource, String message, int severity, int lineNumber) throws CoreException
CoreException
public static IMarker addMarker(IFile file, String message, int severity, int lineNumber, int charStart, int charEnd) throws CoreException
CoreException
public static IMarker addMarker(IFile file, String message, int severity, String regex) throws CoreException, IOException
CoreException
IOException
public static void deleteAllMarkers(IResource resource) throws CoreException
CoreException
public static void deleteAllMarkers(IResource resource, String problemType) throws CoreException
CoreException
Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.