| Package | Description |
|---|---|
| com.google.cloud.tools.opensource.classpath | |
| com.google.cloud.tools.opensource.dependencies |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<UnresolvableArtifactProblem> |
ClassPathResult.getArtifactProblems()
Returns problems encountered while constructing the dependency graph.
|
| Constructor and Description |
|---|
ClassPathResult(com.google.common.collect.ListMultimap<ClassPathEntry,DependencyPath> dependencyPaths,
Iterable<UnresolvableArtifactProblem> artifactProblems) |
| Modifier and Type | Method and Description |
|---|---|
UnresolvableArtifactProblem |
DependencyGraph.createUnresolvableArtifactProblem(org.eclipse.aether.artifact.Artifact artifact)
Creates a problem describing that
artifact is unresolvable in this
dependency graph. |
| Modifier and Type | Method and Description |
|---|---|
Set<UnresolvableArtifactProblem> |
DependencyGraph.getUnresolvedArtifacts()
Returns artifacts that could not be resolved during the construction of this graph.
|
Copyright © 2018–2021 Google LLC.. All rights reserved.