Uses of Class
org.eclipse.aether.resolution.ResolutionErrorPolicyRequest
Package
Description
The types supporting the resolution of artifacts and metadata from repositories.
Ready-to-use selectors for authentication, proxies and mirrors and a few other repository related utilities.
-
Uses of ResolutionErrorPolicyRequest in org.eclipse.aether.resolution
Modifier 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.Modifier 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. -
Uses of ResolutionErrorPolicyRequest in org.eclipse.aether.util.repository
Modifier and TypeMethodDescriptionint
SimpleResolutionErrorPolicy.getArtifactPolicy
(RepositorySystemSession session, ResolutionErrorPolicyRequest<Artifact> request) int
SimpleResolutionErrorPolicy.getMetadataPolicy
(RepositorySystemSession session, ResolutionErrorPolicyRequest<Metadata> request)