Uses of Class
org.eclipse.aether.resolution.ArtifactResult
Package
Description
The primary API of the
RepositorySystem
and its functionality.The types supporting the resolution of artifacts and metadata from repositories.
-
Uses of ArtifactResult in org.eclipse.aether
Modifier and TypeMethodDescriptionRepositorySystem.resolveArtifact
(RepositorySystemSession session, ArtifactRequest request) Resolves the path for an artifact.Modifier and TypeMethodDescriptionRepositorySystem.resolveArtifacts
(RepositorySystemSession session, Collection<? extends ArtifactRequest> requests) Resolves the paths for a collection of artifacts. -
Uses of ArtifactResult in org.eclipse.aether.resolution
Modifier and TypeMethodDescriptionArtifactResult.addException
(Exception exception) Records the specified exception while resolving the artifact.ArtifactResolutionException.getResult()
Gets the first result fromArtifactResolutionException.getResults()
.ArtifactResult.setArtifact
(Artifact artifact) Sets the resolved artifact.ArtifactResult.setRepository
(ArtifactRepository repository) Sets the repository from which the artifact was resolved.Modifier and TypeMethodDescriptionDependencyResult.getArtifactResults()
Gets the resolution results for the dependency artifacts that matchedDependencyRequest.getFilter()
.ArtifactResolutionException.getResults()
Gets the resolution results at the point the exception occurred.Modifier and TypeMethodDescriptionDependencyResult.setArtifactResults
(List<ArtifactResult> results) Sets the resolution results for the artifacts that matchedDependencyRequest.getFilter()
.ModifierConstructorDescriptionArtifactResolutionException
(List<ArtifactResult> results) Creates a new exception with the specified results.ArtifactResolutionException
(List<ArtifactResult> results, String message) Creates a new exception with the specified results and detail message.ArtifactResolutionException
(List<ArtifactResult> results, String message, Throwable cause) Creates a new exception with the specified results, detail message and cause.