public class ArtifactNotFoundProblemInfo extends MavenProblemInfo
Constructor and Description |
---|
ArtifactNotFoundProblemInfo(org.eclipse.aether.artifact.Artifact artifact,
boolean offline,
SourceLocation location) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.aether.artifact.Artifact |
getArtifact() |
void |
processMarker(org.eclipse.core.resources.IMarker marker)
Adds the missing artifact groupId, artifactId, version and classifier as marker attributes.
|
getLocation, getMessage, getSeverity, setMessage, toString
public ArtifactNotFoundProblemInfo(org.eclipse.aether.artifact.Artifact artifact, boolean offline, SourceLocation location)
public org.eclipse.aether.artifact.Artifact getArtifact()
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.