| Package | Description | 
|---|---|
| org.eclipse.aether.resolution | The types supporting the resolution of artifacts and metadata from repositories. | 
| Modifier and Type | Method and Description | 
|---|---|
| DependencyFilter | DependencyRequest. getFilter()Gets the resolution filter used to select which artifacts of the dependency graph should be resolved. | 
| Modifier and Type | Method and Description | 
|---|---|
| DependencyRequest | DependencyRequest. setFilter(DependencyFilter filter)Sets the resolution filter used to select which artifacts of the dependency graph should be resolved. | 
| Constructor and 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. | 
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.