Package | Description |
---|---|
org.eclipse.aether | |
org.eclipse.aether.collection | |
org.eclipse.aether.impl | |
org.eclipse.aether.internal.impl |
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 |
CollectResult.addException(Exception exception)
Records the specified exception while building the dependency graph.
|
CollectResult |
DependencyCollectionException.getResult() |
CollectResult |
CollectResult.setRoot(DependencyNode root)
Sets the root node of the dependency graph.
|
Constructor and Description |
---|
DependencyCollectionException(CollectResult result) |
DependencyCollectionException(CollectResult result,
String message) |
DependencyCollectionException(CollectResult result,
String message,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
CollectResult |
DependencyCollector.collectDependencies(RepositorySystemSession session,
CollectRequest request) |
Modifier and Type | Method and Description |
---|---|
CollectResult |
DefaultRepositorySystem.collectDependencies(RepositorySystemSession session,
CollectRequest request) |
CollectResult |
DefaultDependencyCollector.collectDependencies(RepositorySystemSession session,
CollectRequest request) |
Copyright © 2010–2013 The Eclipse Foundation. All rights reserved.