| Class | Description |
|---|---|
| ArtifactProblem |
Problem in a Maven artifact in a dependency tree.
|
| Artifacts |
Common utilities for operating on
org.eclipse.aether.artifact.Artifact objects. |
| Bom | |
| DependencyGraph |
A complete non-cyclic transitive dependency graph of a Maven dependency.
|
| DependencyGraphBuilder |
Builds dependency graphs for Maven artifacts by querying repositories for
pom.xml files and following the dependency chains therein.
|
| DependencyPath |
A sequence of Maven artifacts and dependencies (scope and optional flag) in between.
|
| DependencyTreeFormatter |
Formats Maven artifact dependency tree.
|
| DirectProvidedDependencySelector |
Selects direct provided-scope dependencies.
|
| FilteringZipDependencySelector |
Excludes artifacts with
zip type. |
| InvalidClassFileProblem |
Problem describing a Maven artifact containing invalid class files.
|
| Java8IncompatibleReferenceCheck |
A tool to find Java 8-incompatible references in the class files in a BOM.
|
| NonTestDependencySelector |
Selects dependencies except
test scope. |
| OsProperties |
Platform-dependent project properties normalized from ${os.name} and ${os.arch}.
|
| PathToNode<T> |
A path to a node in a
DependencyGraph. |
| RepositoryUtility |
Aether initialization.
|
| UnresolvableArtifactProblem |
Problem describing unresolvable Maven artifact in a dependency tree.
|
| Update |
Holder for a suggested dependency update.
|
| VersionComparator |
Compare semantically by version.
|
| Exception | Description |
|---|---|
| MavenRepositoryException |
Error interacting with a remote or local Maven repository such as artifact not found.
|
Copyright © 2018–2021 Google LLC.. All rights reserved.