Uses of Interface
org.eclipse.aether.resolution.ArtifactDescriptorPolicy
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 ArtifactDescriptorPolicy in org.eclipse.aether
Modifier and TypeMethodDescriptionAbstractForwardingRepositorySystemSession.getArtifactDescriptorPolicy()
DefaultRepositorySystemSession.getArtifactDescriptorPolicy()
RepositorySystemSession.getArtifactDescriptorPolicy()
Gets the policy which controls how errors related to reading artifact descriptors should be handled.Modifier and TypeMethodDescriptionDefaultRepositorySystemSession.setArtifactDescriptorPolicy
(ArtifactDescriptorPolicy artifactDescriptorPolicy) Sets the policy which controls how errors related to reading artifact descriptors should be handled.RepositorySystemSession.SessionBuilder.setArtifactDescriptorPolicy
(ArtifactDescriptorPolicy artifactDescriptorPolicy) Sets the policy which controls how errors related to reading artifact descriptors should be handled. -
Uses of ArtifactDescriptorPolicy in org.eclipse.aether.internal.impl.session
Modifier and TypeMethodDescriptionDefaultSessionBuilder.setArtifactDescriptorPolicy
(ArtifactDescriptorPolicy artifactDescriptorPolicy) ModifierConstructorDescriptionDefaultCloseableSession
(String sessionId, boolean offline, boolean ignoreArtifactDescriptorRepositories, ResolutionErrorPolicy resolutionErrorPolicy, ArtifactDescriptorPolicy artifactDescriptorPolicy, String checksumPolicy, String artifactUpdatePolicy, String metadataUpdatePolicy, LocalRepositoryManager localRepositoryManager, Collection<LocalRepository> localRepositories, WorkspaceReader workspaceReader, Collection<RepositoryListener> repositoryListener, Collection<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, SystemScopeHandler systemScopeHandler, List<Runnable> onSessionEndedHandlers, RepositorySystem repositorySystem, RepositorySystemLifecycle repositorySystemLifecycle) -
Uses of ArtifactDescriptorPolicy in org.eclipse.aether.supplier
Modifier and TypeMethodDescriptionprotected ArtifactDescriptorPolicy
SessionBuilderSupplier.getArtifactDescriptorPolicy()
Deprecated. -
Uses of ArtifactDescriptorPolicy in org.eclipse.aether.util.repository
Modifier and TypeClassDescriptionfinal class
An artifact descriptor error policy that allows to control error handling at a global level.