public abstract class ArtifactProblem extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.eclipse.aether.artifact.Artifact |
artifact |
protected com.google.common.collect.ImmutableList<org.eclipse.aether.graph.DependencyNode> |
dependencyPath |
| Modifier | Constructor and Description |
|---|---|
protected |
ArtifactProblem(org.eclipse.aether.artifact.Artifact artifact,
List<org.eclipse.aether.graph.DependencyNode> dependencyPath) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
static String |
formatProblems(Iterable<ArtifactProblem> problems)
Returns formatted string describing
problems by removing similar problems per artifact. |
org.eclipse.aether.artifact.Artifact |
getArtifact()
Returns the Maven artifact that has the problem.
|
protected String |
getPath()
Returns the dependency path to the artifact from the root of the dependency tree.
|
int |
hashCode() |
protected final org.eclipse.aether.artifact.Artifact artifact
protected final com.google.common.collect.ImmutableList<org.eclipse.aether.graph.DependencyNode> dependencyPath
protected ArtifactProblem(org.eclipse.aether.artifact.Artifact artifact,
List<org.eclipse.aether.graph.DependencyNode> dependencyPath)
protected String getPath()
public org.eclipse.aether.artifact.Artifact getArtifact()
public static String formatProblems(Iterable<ArtifactProblem> problems)
problems by removing similar problems per artifact.Copyright © 2018–2021 Google LLC.. All rights reserved.