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.
|
org.eclipse.aether.util.graph.manager |
Various dependency managers for 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.
|
Modifier and Type | Class and Description |
---|---|
class |
ClassicDependencyManager
A dependency manager that mimics the way Maven 2.x works.
|
class |
NoopDependencyManager
A dependency manager that does not do any dependency management.
|
Modifier and Type | Field and Description |
---|---|
static DependencyManager |
NoopDependencyManager.INSTANCE
A ready-made instance of this dependency manager which can safely be reused throughout an entire application
regardless of multi-threading.
|
Modifier and Type | Method and Description |
---|---|
DependencyManager |
ClassicDependencyManager.deriveChildManager(DependencyCollectionContext context) |
DependencyManager |
NoopDependencyManager.deriveChildManager(DependencyCollectionContext context) |
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.