Uses of Class
org.eclipse.aether.resolution.ResolutionErrorPolicyRequest
Packages that use ResolutionErrorPolicyRequest
Package
Description
The types supporting the resolution of artifacts and metadata from repositories.
-
Uses of ResolutionErrorPolicyRequest in org.eclipse.aether.resolution
Methods in org.eclipse.aether.resolution that return ResolutionErrorPolicyRequestModifier and TypeMethodDescriptionSets the artifact/metadata for which to determine the error policy.ResolutionErrorPolicyRequest.setRepository
(RemoteRepository repository) Sets the remote repository from which the resolution of the artifact/metadata is attempted.Methods in org.eclipse.aether.resolution with parameters of type ResolutionErrorPolicyRequestModifier and TypeMethodDescriptionint
ResolutionErrorPolicy.getArtifactPolicy
(RepositorySystemSession session, ResolutionErrorPolicyRequest<Artifact> request) Gets the error policy for an artifact.int
ResolutionErrorPolicy.getMetadataPolicy
(RepositorySystemSession session, ResolutionErrorPolicyRequest<Metadata> request) Gets the error policy for some metadata.