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)
IMarkerLocationService
findLocationForMarker
in interface IMarkerLocationService
public 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)
IEditorMarkerService
addEditorHintMarkers
in interface IEditorMarkerService
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.