Uses of Class
org.eclipse.aether.resolution.ArtifactResult
Package
Description
The primary API of the
RepositorySystem
and its functionality.The provisional interfaces defining the various subcomponents that implement the repository system.
The various sub components that collectively implement the repository system.
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.impl
Modifier and TypeMethodDescriptionArtifactResolver.resolveArtifact
(RepositorySystemSession session, ArtifactRequest request) Resolves the path for an artifact.Modifier and TypeMethodDescriptionArtifactResolver.resolveArtifacts
(RepositorySystemSession session, Collection<? extends ArtifactRequest> requests) Resolves the paths for a collection of artifacts. -
Uses of ArtifactResult in org.eclipse.aether.internal.impl
Modifier and TypeMethodDescriptionDefaultArtifactResolver.resolveArtifact
(RepositorySystemSession session, ArtifactRequest request) DefaultRepositorySystem.resolveArtifact
(RepositorySystemSession session, ArtifactRequest request) Modifier and TypeMethodDescriptionDefaultArtifactResolver.resolveArtifacts
(RepositorySystemSession session, Collection<? extends ArtifactRequest> requests) DefaultRepositorySystem.resolveArtifacts
(RepositorySystemSession session, Collection<? extends ArtifactRequest> requests) -
Uses of ArtifactResult in org.eclipse.aether.internal.impl.filter
Modifier and TypeMethodDescriptionvoid
GroupIdRemoteRepositoryFilterSource.postProcess
(RepositorySystemSession session, List<ArtifactResult> artifactResults) -
Uses of ArtifactResult in org.eclipse.aether.internal.impl.resolution
Modifier and TypeMethodDescriptionprotected abstract void
ArtifactResolverPostProcessorSupport.doPostProcess
(RepositorySystemSession session, List<ArtifactResult> artifactResults) protected void
TrustedChecksumsArtifactResolverPostProcessor.doPostProcess
(RepositorySystemSession session, List<ArtifactResult> artifactResults) void
ArtifactResolverPostProcessorSupport.postProcess
(RepositorySystemSession session, List<ArtifactResult> artifactResults) This implementation will call into underlying code only if enabled. -
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. -
Uses of ArtifactResult in org.eclipse.aether.spi.resolution
Modifier and TypeMethodDescriptionvoid
ArtifactResolverPostProcessor.postProcess
(RepositorySystemSession session, List<ArtifactResult> artifactResults) Receives resolver results just before it would return it to caller.