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.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 | Field and Description |
---|---|
private CollectResult |
DependencyCollectionException.result |
Modifier and Type | Method and Description |
---|---|
CollectResult |
CollectResult.addCycle(DependencyCycle cycle)
Records the specified dependency cycle.
|
CollectResult |
CollectResult.addException(java.lang.Exception exception)
Records the specified exception while building the dependency graph.
|
CollectResult |
DependencyCollectionException.getResult()
Gets the collection result at the point the exception occurred.
|
CollectResult |
CollectResult.setRoot(DependencyNode root)
Sets the root node of the dependency graph.
|
Modifier and Type | Method and Description |
---|---|
private static java.lang.Throwable |
DependencyCollectionException.getCause(CollectResult result) |
private static java.lang.String |
DependencyCollectionException.getSource(CollectResult result) |
Constructor and Description |
---|
DependencyCollectionException(CollectResult result)
Creates a new exception with the specified result.
|
DependencyCollectionException(CollectResult result,
java.lang.String message)
Creates a new exception with the specified result and detail message.
|
DependencyCollectionException(CollectResult result,
java.lang.String message,
java.lang.Throwable cause)
Creates a new exception with the specified result, detail message and cause.
|
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 | Field and Description |
---|---|
private CollectResult |
DefaultDependencyCollector.Results.result |
Modifier and Type | Method and Description |
---|---|
CollectResult |
DefaultRepositorySystem.collectDependencies(RepositorySystemSession session,
CollectRequest request) |
CollectResult |
DefaultDependencyCollector.collectDependencies(RepositorySystemSession session,
CollectRequest request) |
Constructor and Description |
---|
Results(CollectResult result,
RepositorySystemSession session) |