Uses of Class
org.eclipse.aether.resolution.ArtifactDescriptorRequest
Packages that use ArtifactDescriptorRequest
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.
Internal helper classes for dependency collector.
Utility classes to ease unit testing.
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.impl
Methods in org.eclipse.aether.impl with parameters of type ArtifactDescriptorRequestModifier and TypeMethodDescriptionArtifactDescriptorReader.readArtifactDescriptor
(RepositorySystemSession session, ArtifactDescriptorRequest request) Gets information about an artifact like its direct dependencies and potential relocations. -
Uses of ArtifactDescriptorRequest in org.eclipse.aether.internal.impl
Methods in org.eclipse.aether.internal.impl with parameters of type ArtifactDescriptorRequestModifier and TypeMethodDescriptionDefaultRepositorySystem.readArtifactDescriptor
(RepositorySystemSession session, ArtifactDescriptorRequest request) -
Uses of ArtifactDescriptorRequest in org.eclipse.aether.internal.impl.collect
Methods in org.eclipse.aether.internal.impl.collect that return ArtifactDescriptorRequestModifier and TypeMethodDescriptionprotected static ArtifactDescriptorRequest
DependencyCollectorDelegate.createArtifactDescriptorRequest
(String requestContext, RequestTrace requestTrace, List<RemoteRepository> repositories, Dependency d) Methods in org.eclipse.aether.internal.impl.collect with parameters of type ArtifactDescriptorRequestModifier and TypeMethodDescriptionDataPool.getDescriptor
(DataPool.DescriptorKey key, ArtifactDescriptorRequest request) protected ArtifactDescriptorResult
DependencyCollectorDelegate.resolveCachedArtifactDescriptor
(DataPool pool, ArtifactDescriptorRequest descriptorRequest, RepositorySystemSession session, Dependency d, DependencyCollectorDelegate.Results results, List<DependencyNode> nodes) DataPool.toKey
(ArtifactDescriptorRequest request) -
Uses of ArtifactDescriptorRequest in org.eclipse.aether.internal.test.util
Methods in org.eclipse.aether.internal.test.util with parameters of type ArtifactDescriptorRequestModifier and TypeMethodDescriptionIniArtifactDescriptorReader.readArtifactDescriptor
(RepositorySystemSession session, ArtifactDescriptorRequest request) Parses the resource$prefix/gid_aid_ver.ini
from the request artifact as an artifact description and wraps it into an ArtifactDescriptorResult. -
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.