Package | Description |
---|---|
org.eclipse.aether |
The primary API of the
RepositorySystem and 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 |
---|---|
DependencySelector |
DefaultRepositorySystemSession.getDependencySelector() |
DependencySelector |
AbstractForwardingRepositorySystemSession.getDependencySelector() |
DependencySelector |
RepositorySystemSession.getDependencySelector()
Gets the dependency selector to use for building dependency graphs.
|
Modifier and Type | Method and Description |
---|---|
DefaultRepositorySystemSession |
DefaultRepositorySystemSession.setDependencySelector(DependencySelector dependencySelector)
Sets the dependency selector to use for building dependency graphs.
|
Modifier and Type | Method and Description |
---|---|
DependencySelector |
DependencySelector.deriveChildSelector(DependencyCollectionContext context)
Derives a dependency selector for the specified collection context.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.