public abstract class MojoExecutionProblemInfo extends MavenProblemInfo
| Modifier and Type | Field and Description |
|---|---|
private MojoExecutionKey |
mojoExecutionKey |
| Modifier | Constructor and Description |
|---|---|
protected |
MojoExecutionProblemInfo(java.lang.String message,
int severity,
MojoExecutionKey mojoExecutionKey,
SourceLocation markerLocation) |
protected |
MojoExecutionProblemInfo(java.lang.String message,
MojoExecutionKey mojoExecutionKey,
SourceLocation markerLocation) |
| Modifier and Type | Method and Description |
|---|---|
void |
processMarker(org.eclipse.core.resources.IMarker marker) |
getLocation, getMessage, getSeverity, setMessage, toStringprivate final MojoExecutionKey mojoExecutionKey
protected MojoExecutionProblemInfo(java.lang.String message,
MojoExecutionKey mojoExecutionKey,
SourceLocation markerLocation)
protected MojoExecutionProblemInfo(java.lang.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 MavenProblemInfoorg.eclipse.core.runtime.CoreException