| Package | Description |
|---|---|
| org.eclipse.aether |
The primary API of the
RepositorySystem and its functionality. |
| org.eclipse.aether.resolution |
The types supporting the resolution of artifacts and metadata from repositories.
|
| Modifier and Type | Method | Description |
|---|---|---|
DependencyResult |
RepositorySystem.resolveDependencies(RepositorySystemSession session,
DependencyRequest request) |
Collects and resolves the transitive dependencies of an artifact.
|
| Modifier and Type | Method | Description |
|---|---|---|
DependencyRequest |
DependencyResult.getRequest() |
Gets the resolution request that was made.
|
DependencyRequest |
DependencyRequest.setCollectRequest(CollectRequest collectRequest) |
Sets the collect request used to calculate the dependency graph whose artifacts should be resolved.
|
DependencyRequest |
DependencyRequest.setFilter(DependencyFilter filter) |
Sets the resolution filter used to select which artifacts of the dependency graph should be resolved.
|
DependencyRequest |
DependencyRequest.setRoot(DependencyNode root) |
Sets the root node of the dependency graph whose artifacts should be resolved.
|
DependencyRequest |
DependencyRequest.setTrace(RequestTrace trace) |
Sets the trace information that describes the higher level request/operation in which this request is issued.
|
| Constructor | Description |
|---|---|
DependencyResult(DependencyRequest request) |
Creates a new result for the specified request.
|