| 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 |
RepositorySystemSession.getArtifactDescriptorPolicy()
Gets the policy which controls how errors related to reading artifact descriptors should be handled.
|
ArtifactDescriptorPolicy |
DefaultRepositorySystemSession.getArtifactDescriptorPolicy() |
ArtifactDescriptorPolicy |
AbstractForwardingRepositorySystemSession.getArtifactDescriptorPolicy() |
| 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-2014 The Eclipse Foundation. All Rights Reserved.