| 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 | Description |
|---|---|---|
DependencyManager |
AbstractForwardingRepositorySystemSession.getDependencyManager() |
|
DependencyManager |
DefaultRepositorySystemSession.getDependencyManager() |
|
DependencyManager |
RepositorySystemSession.getDependencyManager() |
Gets the dependency manager to use for building dependency graphs.
|
| Modifier and Type | Method | Description |
|---|---|---|
DefaultRepositorySystemSession |
DefaultRepositorySystemSession.setDependencyManager(DependencyManager dependencyManager) |
Sets the dependency manager to use for building dependency graphs.
|
| Modifier and Type | Method | Description |
|---|---|---|
DependencyManager |
DependencyManager.deriveChildManager(DependencyCollectionContext context) |
Derives a dependency manager for the specified collection context.
|