Uses of Class
org.eclipse.aether.collection.CollectResult
Package
Description
The primary API of the
RepositorySystem
and its functionality.The types and extension points for collecting the transitive dependencies of an artifact and building a dependency
graph.
-
Uses of CollectResult in org.eclipse.aether
Modifier and TypeMethodDescriptionRepositorySystem.collectDependencies
(RepositorySystemSession session, CollectRequest request) Collects the transitive dependencies of an artifact and builds a dependency graph. -
Uses of CollectResult in org.eclipse.aether.collection
Modifier and TypeMethodDescriptionCollectResult.addCycle
(DependencyCycle cycle) Records the specified dependency cycle.CollectResult.addException
(Exception exception) Records the specified exception while building the dependency graph.DependencyCollectionException.getResult()
Gets the collection result at the point the exception occurred.CollectResult.setRoot
(DependencyNode root) Sets the root node of the dependency graph.ModifierConstructorDescriptionCreates a new exception with the specified result.DependencyCollectionException
(CollectResult result, String message) Creates a new exception with the specified result and detail message.DependencyCollectionException
(CollectResult result, String message, Throwable cause) Creates a new exception with the specified result, detail message and cause.