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.RepositorySystemSession.SessionBuilder.setResolutionErrorPolicy
(ResolutionErrorPolicy resolutionErrorPolicy) Sets the policy which controls whether resolutions errors from remote repositories should be cached. -
Uses of ResolutionErrorPolicy in org.eclipse.aether.internal.impl.session
Modifier and TypeMethodDescriptionDefaultSessionBuilder.setResolutionErrorPolicy
(ResolutionErrorPolicy resolutionErrorPolicy) ModifierConstructorDescriptionDefaultCloseableSession
(String sessionId, boolean offline, boolean ignoreArtifactDescriptorRepositories, ResolutionErrorPolicy resolutionErrorPolicy, ArtifactDescriptorPolicy artifactDescriptorPolicy, String checksumPolicy, String artifactUpdatePolicy, String metadataUpdatePolicy, LocalRepositoryManager localRepositoryManager, List<LocalRepository> localRepositories, WorkspaceReader workspaceReader, RepositoryListener repositoryListener, TransferListener transferListener, Map<String, String> systemProperties, Map<String, String> userProperties, Map<String, Object> configProperties, MirrorSelector mirrorSelector, ProxySelector proxySelector, AuthenticationSelector authenticationSelector, ArtifactTypeRegistry artifactTypeRegistry, DependencyTraverser dependencyTraverser, DependencyManager dependencyManager, DependencySelector dependencySelector, VersionFilter versionFilter, DependencyGraphTransformer dependencyGraphTransformer, SessionData data, RepositoryCache cache, RepositorySystem repositorySystem, RepositorySystemLifecycle repositorySystemLifecycle) -
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.