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, toStringpublic 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 MavenProblemInfoorg.eclipse.core.runtime.CoreExceptionCopyright © 2005–2021 Eclipse Foundation. All rights reserved.