Uses of Class
org.eclipse.aether.resolution.ArtifactDescriptorPolicyRequest
Packages that use ArtifactDescriptorPolicyRequest
Package
Description
The types supporting the resolution of artifacts and metadata from repositories.
-
Uses of ArtifactDescriptorPolicyRequest in org.eclipse.aether.resolution
Methods in org.eclipse.aether.resolution that return ArtifactDescriptorPolicyRequestModifier and TypeMethodDescriptionArtifactDescriptorPolicyRequest.setArtifact
(Artifact artifact) Sets the artifact for whose descriptor to determine the error policy.ArtifactDescriptorPolicyRequest.setRequestContext
(String context) Sets the context in which this request is made.Methods in org.eclipse.aether.resolution with parameters of type ArtifactDescriptorPolicyRequestModifier and TypeMethodDescriptionint
ArtifactDescriptorPolicy.getPolicy
(RepositorySystemSession session, ArtifactDescriptorPolicyRequest request) Gets the error policy for an artifact's descriptor.