| Package | Description |
|---|---|
| org.eclipse.aether.resolution |
The types supporting the resolution of artifacts and metadata from repositories.
|
| Modifier and Type | Method | Description |
|---|---|---|
DependencyFilter |
DependencyRequest.getFilter() |
Gets the resolution filter used to select which artifacts of the dependency graph should be resolved.
|
| Modifier and Type | Method | Description |
|---|---|---|
DependencyRequest |
DependencyRequest.setFilter(DependencyFilter filter) |
Sets the resolution filter used to select which artifacts of the dependency graph should be resolved.
|
| Constructor | Description |
|---|---|
DependencyRequest(CollectRequest request,
DependencyFilter filter) |
Creates a request for the specified collect request and with the given resolution filter.
|
DependencyRequest(DependencyNode node,
DependencyFilter filter) |
Creates a request for the specified dependency graph and with the given resolution filter.
|