public class MarkerUtils extends Object
| Constructor and Description |
|---|
MarkerUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addEditorHintMarkers(IMavenMarkerManager markerManager,
org.eclipse.core.resources.IFile pom,
org.apache.maven.project.MavenProject mavenProject,
String type) |
static void |
decorateMarker(org.eclipse.core.resources.IMarker marker) |
static MojoExecutionKey |
getMojoExecution(org.eclipse.core.resources.IMarker marker)
Returns the
MojoExecutionKey bound to an IMarker, or null if one of the groupId, artifactId,
executionId or goal attribute is missing. |
public static void decorateMarker(org.eclipse.core.resources.IMarker marker)
public static void addEditorHintMarkers(IMavenMarkerManager markerManager, org.eclipse.core.resources.IFile pom, org.apache.maven.project.MavenProject mavenProject, String type)
public static MojoExecutionKey getMojoExecution(org.eclipse.core.resources.IMarker marker)
MojoExecutionKey bound to an IMarker, or null if one of the groupId, artifactId,
executionId or goal attribute is missing.Copyright © 2005–2021 Eclipse Foundation. All rights reserved.