Uses of Interface
org.eclipse.aether.resolution.ArtifactDescriptorPolicy
Packages that use 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
Methods in org.eclipse.aether that return ArtifactDescriptorPolicyModifier and TypeMethodDescriptionAbstractForwardingRepositorySystemSession.getArtifactDescriptorPolicy()
DefaultRepositorySystemSession.getArtifactDescriptorPolicy()
RepositorySystemSession.getArtifactDescriptorPolicy()
Gets the policy which controls how errors related to reading artifact descriptors should be handled.Methods in org.eclipse.aether with parameters of type ArtifactDescriptorPolicyModifier 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
Methods in org.eclipse.aether.internal.impl.session that return ArtifactDescriptorPolicyMethods in org.eclipse.aether.internal.impl.session with parameters of type ArtifactDescriptorPolicyModifier and TypeMethodDescriptionDefaultSessionBuilder.setArtifactDescriptorPolicy
(ArtifactDescriptorPolicy artifactDescriptorPolicy) Constructors in org.eclipse.aether.internal.impl.session with parameters of type ArtifactDescriptorPolicyModifierConstructorDescriptionDefaultCloseableSession
(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, ScopeManager scopeManager, List<Runnable> onSessionEndedHandlers, RepositorySystem repositorySystem, RepositorySystemLifecycle repositorySystemLifecycle) -
Uses of ArtifactDescriptorPolicy in org.eclipse.aether.supplier
Methods in org.eclipse.aether.supplier that return ArtifactDescriptorPolicyModifier and TypeMethodDescriptionprotected ArtifactDescriptorPolicy
SessionBuilderSupplier.getArtifactDescriptorPolicy()
-
Uses of ArtifactDescriptorPolicy in org.eclipse.aether.util.repository
Classes in org.eclipse.aether.util.repository that implement ArtifactDescriptorPolicyModifier and TypeClassDescriptionfinal class
An artifact descriptor error policy that allows to control error handling at a global level.