Package | Description |
---|---|
org.eclipse.aether |
The primary API of the
RepositorySystem and its functionality. |
org.eclipse.aether.util.repository |
Ready-to-use selectors for authentication, proxies and mirrors and a few other repository related utilities.
|
Modifier and Type | Method and Description |
---|---|
ArtifactDescriptorPolicy |
DefaultRepositorySystemSession.getArtifactDescriptorPolicy() |
ArtifactDescriptorPolicy |
AbstractForwardingRepositorySystemSession.getArtifactDescriptorPolicy() |
ArtifactDescriptorPolicy |
RepositorySystemSession.getArtifactDescriptorPolicy()
Gets the policy which controls how errors related to reading artifact descriptors should be handled.
|
Modifier and Type | Method and Description |
---|---|
DefaultRepositorySystemSession |
DefaultRepositorySystemSession.setArtifactDescriptorPolicy(ArtifactDescriptorPolicy artifactDescriptorPolicy)
Sets the policy which controls how errors related to reading artifact descriptors should be handled.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleArtifactDescriptorPolicy
An artifact descriptor error policy that allows to control error handling at a global level.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.