| Package | Description |
|---|---|
| org.eclipse.aether | |
| org.eclipse.aether.internal.impl | |
| org.eclipse.aether.resolution |
| Modifier and Type | Method and Description |
|---|---|
DependencyResult |
RepositorySystem.resolveDependencies(RepositorySystemSession session,
DependencyRequest request)
Collects and resolves the transitive dependencies of an artifact.
|
| Modifier and Type | Method and Description |
|---|---|
DependencyResult |
DefaultRepositorySystem.resolveDependencies(RepositorySystemSession session,
DependencyRequest request) |
| Modifier and Type | Method and Description |
|---|---|
DependencyResult |
DependencyResolutionException.getResult() |
DependencyResult |
DependencyResult.setArtifactResults(List<ArtifactResult> results)
Sets the resolution results for the artifacts that matched
DependencyRequest.getFilter(). |
DependencyResult |
DependencyResult.setCollectExceptions(List<Exception> exceptions)
Records the specified exceptions while building the dependency graph.
|
DependencyResult |
DependencyResult.setCycles(List<DependencyCycle> cycles)
Records the specified dependency cycles while building the dependency graph.
|
DependencyResult |
DependencyResult.setRoot(DependencyNode root)
Sets the root node of the resolved dependency graph.
|
| Constructor and Description |
|---|
DependencyResolutionException(DependencyResult result,
String message,
Throwable cause) |
DependencyResolutionException(DependencyResult result,
Throwable cause) |
Copyright © 2010-2014 The Eclipse Foundation. All Rights Reserved.