Uses of Interface
org.eclipse.aether.resolution.ResolutionErrorPolicy
-
Packages that use ResolutionErrorPolicy Package Description org.eclipse.aether The primary API of theRepositorySystemand 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
Fields in org.eclipse.aether declared as ResolutionErrorPolicy Modifier and Type Field Description private ResolutionErrorPolicyDefaultRepositorySystemSession. resolutionErrorPolicyMethods in org.eclipse.aether that return ResolutionErrorPolicy Modifier and Type Method Description ResolutionErrorPolicyAbstractForwardingRepositorySystemSession. getResolutionErrorPolicy()ResolutionErrorPolicyDefaultRepositorySystemSession. getResolutionErrorPolicy()ResolutionErrorPolicyRepositorySystemSession. 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 DefaultRepositorySystemSessionDefaultRepositorySystemSession. 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 classSimpleResolutionErrorPolicyA resolution error policy that allows to control caching for artifacts and metadata at a global level.
-