Uses of Interface
org.eclipse.aether.resolution.ResolutionErrorPolicy
-
Packages that use ResolutionErrorPolicy Package Description org.eclipse.aether The primary API of theRepositorySystem
and its functionality.org.eclipse.aether.util.repository Ready-to-use selectors for authentication, proxies and mirrors and a few other repository related utilities. -
-
Uses of ResolutionErrorPolicy in org.eclipse.aether
Methods in org.eclipse.aether that return ResolutionErrorPolicy Modifier and Type Method Description ResolutionErrorPolicy
AbstractForwardingRepositorySystemSession. getResolutionErrorPolicy()
ResolutionErrorPolicy
DefaultRepositorySystemSession. getResolutionErrorPolicy()
ResolutionErrorPolicy
RepositorySystemSession. getResolutionErrorPolicy()
Gets the policy which controls whether resolutions errors from remote repositories should be cached.Methods in org.eclipse.aether with parameters of type ResolutionErrorPolicy Modifier and Type Method Description DefaultRepositorySystemSession
DefaultRepositorySystemSession. 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
Classes in org.eclipse.aether.util.repository that implement ResolutionErrorPolicy Modifier and Type Class Description class
SimpleResolutionErrorPolicy
A resolution error policy that allows to control caching for artifacts and metadata at a global level.
-