| Package | Description |
|---|---|
| com.google.cloud.tools.opensource.dependencies |
| Modifier and Type | Method and Description |
|---|---|
DependencyGraph |
DependencyGraphBuilder.buildFullDependencyGraph(List<org.eclipse.aether.artifact.Artifact> artifacts)
Finds the full compile time, transitive dependency graph including duplicates, conflicting
versions, and provided and optional dependencies.
|
DependencyGraph |
DependencyGraphBuilder.buildMavenDependencyGraph(org.eclipse.aether.graph.Dependency dependency)
Builds the transitive dependency graph as seen by Maven.
|
DependencyGraph |
DependencyGraphBuilder.buildVerboseDependencyGraph(org.eclipse.aether.artifact.Artifact artifact)
Finds the full compile time, transitive dependency graph including conflicting versions and
provided dependencies.
|
DependencyGraph |
DependencyGraphBuilder.buildVerboseDependencyGraph(List<org.eclipse.aether.artifact.Artifact> artifacts)
Finds the full compile time, transitive dependency graph including duplicates and conflicting
versions, but not optional dependencies.
|
static DependencyGraph |
DependencyGraph.from(org.eclipse.aether.graph.DependencyNode root)
Builds a dependency graph by traversing dependency tree in level-order (breadth-first search).
|
Copyright © 2018–2021 Google LLC.. All rights reserved.