Uses of Class
org.eclipse.aether.resolution.ArtifactRequest
Package
Description
The primary API of the
RepositorySystem
and its functionality.The types supporting the resolution of artifacts and metadata from repositories.
-
Uses of ArtifactRequest 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 ArtifactRequest in org.eclipse.aether.resolution
Modifier and TypeMethodDescriptionArtifactRequest.addRepository
(RemoteRepository repository) Adds the specified repository for the resolution.ArtifactResult.getRequest()
Gets the resolution request that was made.ArtifactRequest.setArtifact
(Artifact artifact) Sets the artifact to resolve.ArtifactRequest.setDependencyNode
(DependencyNode node) Sets the dependency node to resolve.ArtifactRequest.setRepositories
(List<RemoteRepository> repositories) Sets the repositories to resolve the artifact from.ArtifactRequest.setRequestContext
(String context) Sets the context in which this request is made.ArtifactRequest.setTrace
(RequestTrace trace) Sets the trace information that describes the higher level request/operation in which this request is issued.ModifierConstructorDescriptionArtifactResult
(ArtifactRequest request) Creates a new result for the specified request.