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 |
---|---|
DependencyManager |
DefaultRepositorySystemSession.getDependencyManager() |
DependencyManager |
AbstractForwardingRepositorySystemSession.getDependencyManager() |
DependencyManager |
RepositorySystemSession.getDependencyManager()
Gets the dependency manager to use for building dependency graphs.
|
Modifier and Type | Method and Description |
---|---|
DefaultRepositorySystemSession |
DefaultRepositorySystemSession.setDependencyManager(DependencyManager dependencyManager)
Sets the dependency manager to use for building dependency graphs.
|
Modifier and Type | Method and Description |
---|---|
DependencyManager |
DependencyManager.deriveChildManager(DependencyCollectionContext context)
Derives a dependency manager for the specified collection context.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.