Uses of Class
org.eclipse.aether.resolution.ArtifactDescriptorRequest
Packages that use ArtifactDescriptorRequest
Package
Description
The primary API of the
RepositorySystem
and its functionality.The types supporting the resolution of artifacts and metadata from repositories.
-
Uses of ArtifactDescriptorRequest in org.eclipse.aether
Methods in org.eclipse.aether with parameters of type ArtifactDescriptorRequestModifier and TypeMethodDescriptionRepositorySystem.readArtifactDescriptor
(RepositorySystemSession session, ArtifactDescriptorRequest request) Gets information about an artifact like its direct dependencies and potential relocations. -
Uses of ArtifactDescriptorRequest in org.eclipse.aether.resolution
Methods in org.eclipse.aether.resolution that return ArtifactDescriptorRequestModifier and TypeMethodDescriptionArtifactDescriptorRequest.addRepository
(RemoteRepository repository) Adds the specified repository for the resolution of the artifact descriptor.ArtifactDescriptorResult.getRequest()
Gets the descriptor request that was made.ArtifactDescriptorRequest.setArtifact
(Artifact artifact) Sets the artifact whose descriptor shall be read.ArtifactDescriptorRequest.setRepositories
(List<RemoteRepository> repositories) Sets the repositories to resolve the descriptor from.ArtifactDescriptorRequest.setRequestContext
(String context) Sets the context in which this request is made.ArtifactDescriptorRequest.setTrace
(RequestTrace trace) Sets the trace information that describes the higher level request/operation in which this request is issued.Constructors in org.eclipse.aether.resolution with parameters of type ArtifactDescriptorRequestModifierConstructorDescriptionCreates a new result for the specified request.