Uses of Class
org.eclipse.aether.resolution.ArtifactResult
Packages that use 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
Methods in org.eclipse.aether that return ArtifactResultModifier and TypeMethodDescriptionRepositorySystem.resolveArtifact
(RepositorySystemSession session, ArtifactRequest request) Resolves the path for an artifact.Methods in org.eclipse.aether that return types with arguments of type ArtifactResultModifier 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
Methods in org.eclipse.aether.impl that return ArtifactResultModifier and TypeMethodDescriptionArtifactResolver.resolveArtifact
(RepositorySystemSession session, ArtifactRequest request) Resolves the path for an artifact.Methods in org.eclipse.aether.impl that return types with arguments of type ArtifactResultModifier 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
Methods in org.eclipse.aether.internal.impl that return ArtifactResultModifier and TypeMethodDescriptionDefaultArtifactResolver.resolveArtifact
(RepositorySystemSession session, ArtifactRequest request) DefaultRepositorySystem.resolveArtifact
(RepositorySystemSession session, ArtifactRequest request) Methods in org.eclipse.aether.internal.impl that return types with arguments of type ArtifactResultModifier 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
Method parameters in org.eclipse.aether.internal.impl.filter with type arguments of type ArtifactResultModifier and TypeMethodDescriptionvoid
GroupIdRemoteRepositoryFilterSource.postProcess
(RepositorySystemSession session, List<ArtifactResult> artifactResults) -
Uses of ArtifactResult in org.eclipse.aether.internal.impl.resolution
Method parameters in org.eclipse.aether.internal.impl.resolution with type arguments of type ArtifactResultModifier 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
Methods in org.eclipse.aether.resolution that return ArtifactResultModifier and TypeMethodDescriptionArtifactResult.addException
(Exception exception) Deprecated.ArtifactResult.addException
(ArtifactRepository repository, 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.Methods in org.eclipse.aether.resolution that return types with arguments of type ArtifactResultModifier 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.Method parameters in org.eclipse.aether.resolution with type arguments of type ArtifactResultModifier and TypeMethodDescriptionDependencyResult.setArtifactResults
(List<ArtifactResult> results) Sets the resolution results for the artifacts that matchedDependencyRequest.getFilter()
.Constructor parameters in org.eclipse.aether.resolution with type arguments of type ArtifactResultModifierConstructorDescriptionArtifactResolutionException
(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
Method parameters in org.eclipse.aether.spi.resolution with type arguments of type ArtifactResultModifier and TypeMethodDescriptionvoid
ArtifactResolverPostProcessor.postProcess
(RepositorySystemSession session, List<ArtifactResult> artifactResults) Receives resolver results just before it would return it to caller.
addException(ArtifactRepository, Exception)
method instead.