Uses of Class
org.eclipse.aether.resolution.DependencyResult
Package
Description
The primary API of the
RepositorySystem
and its functionality.The various sub components that collectively implement the repository system.
The types supporting the resolution of artifacts and metadata from repositories.
-
Uses of DependencyResult in org.eclipse.aether
Modifier and TypeMethodDescriptionRepositorySystem.resolveDependencies
(RepositorySystemSession session, DependencyRequest request) Collects and resolves the transitive dependencies of an artifact. -
Uses of DependencyResult in org.eclipse.aether.internal.impl
Modifier and TypeMethodDescriptionDefaultRepositorySystem.resolveDependencies
(RepositorySystemSession session, DependencyRequest request) -
Uses of DependencyResult in org.eclipse.aether.resolution
Modifier and TypeMethodDescriptionDependencyResolutionException.getResult()
Gets the dependency result at the point the exception occurred.DependencyResult.setArtifactResults
(List<ArtifactResult> results) Sets the resolution results for the artifacts that matchedDependencyRequest.getFilter()
.DependencyResult.setCollectExceptions
(List<Exception> exceptions) Records the specified exceptions while building the dependency graph.DependencyResult.setCycles
(List<DependencyCycle> cycles) Records the specified dependency cycles while building the dependency graph.DependencyResult.setDependencyNodeResults
(List<DependencyNode> results) Sets the resolution results for the dependency nodes that matchedDependencyRequest.getFilter()
.DependencyResult.setRoot
(DependencyNode root) Sets the root node of the resolved dependency graph.ModifierConstructorDescriptionDependencyResolutionException
(DependencyResult result, String message, Throwable cause) Creates a new exception with the specified result, detail message and cause.DependencyResolutionException
(DependencyResult result, Throwable cause) Creates a new exception with the specified result and cause.