Uses of Interface
org.eclipse.aether.resolution.ResolutionErrorPolicy
-
Packages that use ResolutionErrorPolicy Package Description org.eclipse.aether The primary API of theRepositorySystemand its functionality. -
-
Uses of ResolutionErrorPolicy in org.eclipse.aether
Methods 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.
-