Package | Description |
---|---|
org.eclipse.aether | |
org.eclipse.aether.collection | |
org.eclipse.aether.util.graph.manager |
Modifier and Type | Method and Description |
---|---|
DependencyManager |
AbstractForwardingRepositorySystemSession.getDependencyManager() |
DependencyManager |
DefaultRepositorySystemSession.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 |
NoopDependencyManager.deriveChildManager(DependencyCollectionContext context) |
DependencyManager |
ClassicDependencyManager.deriveChildManager(DependencyCollectionContext context) |
Copyright © 2010–2013 The Eclipse Foundation. All rights reserved.