| Package | Description |
|---|---|
| com.google.cloud.tools.opensource.classpath |
| Modifier and Type | Method and Description |
|---|---|
ClassPathResult |
ClassPathBuilder.resolve(List<org.eclipse.aether.artifact.Artifact> artifacts,
boolean full)
Builds a classpath from the transitive dependency graph from
artifacts. |
| Modifier and Type | Method and Description |
|---|---|
static void |
LinkageProblemCauseAnnotator.annotate(ClassPathBuilder classPathBuilder,
ClassPathResult rootResult,
Iterable<LinkageProblem> linkageProblems)
Annotates the cause field of
LinkageProblems with the LinkageProblemCause. |
static String |
LinkageProblem.formatLinkageProblems(Set<LinkageProblem> linkageProblems,
ClassPathResult classPathResult)
Returns the formatted
linkageProblems by grouping them by the symbols. |
Copyright © 2018–2021 Google LLC.. All rights reserved.