public class MarkerLocationService extends Object implements IMarkerLocationService, IEditorMarkerService
| Constructor and Description |
|---|
MarkerLocationService() |
| Modifier and Type | Method and Description |
|---|---|
void |
addEditorHintMarkers(IMavenMarkerManager markerManager,
org.eclipse.core.resources.IFile pom,
org.apache.maven.project.MavenProject mavenProject,
String type)
adds m2e's own editor markers to the pom file in question
|
void |
findLocationForMarker_(org.eclipse.core.resources.IMarker marker) |
void |
findLocationForMarker(org.eclipse.core.resources.IMarker marker)
sets the offset attribute on the marker if the marker is recognized and offset found
|
public void findLocationForMarker(org.eclipse.core.resources.IMarker marker)
IMarkerLocationServicefindLocationForMarker in interface IMarkerLocationServicepublic void findLocationForMarker_(org.eclipse.core.resources.IMarker marker)
public void addEditorHintMarkers(IMavenMarkerManager markerManager, org.eclipse.core.resources.IFile pom, org.apache.maven.project.MavenProject mavenProject, String type)
IEditorMarkerServiceaddEditorHintMarkers in interface IEditorMarkerServiceCopyright © 2005–2021 Eclipse Foundation. All rights reserved.