Uses of Interface
org.eclipse.aether.resolution.ArtifactDescriptorPolicy
Packages that use ArtifactDescriptorPolicy
-
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.