public abstract class MojoExecutionProblemInfo extends MavenProblemInfo
Modifier | Constructor and Description |
---|---|
protected |
MojoExecutionProblemInfo(String message,
int severity,
MojoExecutionKey mojoExecutionKey,
SourceLocation markerLocation) |
protected |
MojoExecutionProblemInfo(String message,
MojoExecutionKey mojoExecutionKey,
SourceLocation markerLocation) |
Modifier and Type | Method and Description |
---|---|
void |
processMarker(org.eclipse.core.resources.IMarker marker) |
getLocation, getMessage, getSeverity, setMessage, toString
protected MojoExecutionProblemInfo(String message, MojoExecutionKey mojoExecutionKey, SourceLocation markerLocation)
protected MojoExecutionProblemInfo(String message, int severity, MojoExecutionKey mojoExecutionKey, SourceLocation markerLocation)
public void processMarker(org.eclipse.core.resources.IMarker marker) throws org.eclipse.core.runtime.CoreException
processMarker
in class MavenProblemInfo
org.eclipse.core.runtime.CoreException
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.