Uses of Interface
org.eclipse.aether.resolution.ResolutionErrorPolicy
Package
Description
The primary API of the
RepositorySystem
and its functionality.Ready-to-use selectors for authentication, proxies and mirrors and a few other repository related utilities.
-
Uses of ResolutionErrorPolicy in org.eclipse.aether
Modifier and TypeMethodDescriptionAbstractForwardingRepositorySystemSession.getResolutionErrorPolicy()
DefaultRepositorySystemSession.getResolutionErrorPolicy()
RepositorySystemSession.getResolutionErrorPolicy()
Gets the policy which controls whether resolutions errors from remote repositories should be cached.Modifier and TypeMethodDescriptionDefaultRepositorySystemSession.setResolutionErrorPolicy
(ResolutionErrorPolicy resolutionErrorPolicy) Sets the policy which controls whether resolutions errors from remote repositories should be cached. -
Uses of ResolutionErrorPolicy in org.eclipse.aether.util.repository
Modifier and TypeClassDescriptionfinal class
A resolution error policy that allows to control caching for artifacts and metadata at a global level.