MarkerUtil.createMarkers(
IStatus validationStatus,
int severityMask,
String markerType,
IMarkerConfigurator configurator)
Creates markers with the provided marker type for all resources that had validation
failures or warnings.
static void
MarkerUtil.createMarkers(
IStatus validationStatus,
String markerType,
IMarkerConfigurator configurator)
Creates markers with the provided marker type for all resources that had validation
failures or warnings.
static void
MarkerUtil.updateMarkers(
IStatus validationStatus,
int severityMask,
String markerType,
IMarkerConfigurator configurator)
Creates markers with the provided marker type for all resources that had
validation failures or warnings.
static void
MarkerUtil.updateMarkers(
IStatus validationStatus,
String markerType,
IMarkerConfigurator configurator)
Creates markers with the provided marker type for all resources that had
validation failures or warnings.