| Package | Description | 
|---|---|
| org.eclipse.aether | The primary API of the  RepositorySystemand its functionality. | 
| org.eclipse.aether.collection | The types and extension points for collecting the transitive dependencies of an artifact and building a dependency
 graph. | 
| Modifier and Type | Method and Description | 
|---|---|
| VersionFilter | RepositorySystemSession. getVersionFilter()Gets the version filter to use for building dependency graphs. | 
| VersionFilter | DefaultRepositorySystemSession. getVersionFilter() | 
| VersionFilter | AbstractForwardingRepositorySystemSession. getVersionFilter() | 
| Modifier and Type | Method and Description | 
|---|---|
| DefaultRepositorySystemSession | DefaultRepositorySystemSession. setVersionFilter(VersionFilter versionFilter)Sets the version filter to use for building dependency graphs. | 
| Modifier and Type | Method and Description | 
|---|---|
| VersionFilter | VersionFilter. deriveChildFilter(DependencyCollectionContext context)Derives a version filter for the specified collection context. | 
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.