Package | Description |
---|---|
org.eclipse.aether |
The primary API of the
RepositorySystem and its functionality. |
org.eclipse.aether.impl |
The provisional interfaces defining the various sub components that implement the repository system.
|
org.eclipse.aether.internal.impl |
The various sub components that collectively implement the repository system.
|
Modifier and Type | Method and Description |
---|---|
CollectResult |
RepositorySystem.collectDependencies(RepositorySystemSession session,
CollectRequest request)
Collects the transitive dependencies of an artifact and builds a dependency graph.
|
Modifier and Type | Method and Description |
---|---|
CollectResult |
DependencyCollector.collectDependencies(RepositorySystemSession session,
CollectRequest request)
Collects the transitive dependencies of some artifacts and builds a dependency graph.
|
Modifier and Type | Method and Description |
---|---|
CollectResult |
DefaultDependencyCollector.collectDependencies(RepositorySystemSession session,
CollectRequest request) |
CollectResult |
DefaultRepositorySystem.collectDependencies(RepositorySystemSession session,
CollectRequest request) |
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.