Uses of Class
org.eclipse.aether.resolution.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
Modifier 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
Modifier 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.ModifierConstructorDescriptionCreates a new result for the specified request.