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