Uses of Interface
org.eclipse.aether.resolution.ArtifactDescriptorPolicy
-
Packages that use ArtifactDescriptorPolicy 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 ArtifactDescriptorPolicy in org.eclipse.aether
Fields in org.eclipse.aether declared as ArtifactDescriptorPolicy Modifier and Type Field Description private ArtifactDescriptorPolicyDefaultRepositorySystemSession. artifactDescriptorPolicyMethods in org.eclipse.aether that return ArtifactDescriptorPolicy Modifier and Type Method Description ArtifactDescriptorPolicyAbstractForwardingRepositorySystemSession. getArtifactDescriptorPolicy()ArtifactDescriptorPolicyDefaultRepositorySystemSession. getArtifactDescriptorPolicy()ArtifactDescriptorPolicyRepositorySystemSession. 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 ArtifactDescriptorPolicy Modifier and Type Method Description DefaultRepositorySystemSessionDefaultRepositorySystemSession. 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.util.repository
Classes in org.eclipse.aether.util.repository that implement ArtifactDescriptorPolicy Modifier and Type Class Description classSimpleArtifactDescriptorPolicyAn artifact descriptor error policy that allows to control error handling at a global level.
-