| Package | Description |
|---|---|
| org.eclipse.aether |
The primary API of the
RepositorySystem and its functionality. |
| Modifier and Type | Method | Description |
|---|---|---|
ArtifactDescriptorPolicy |
AbstractForwardingRepositorySystemSession.getArtifactDescriptorPolicy() |
|
ArtifactDescriptorPolicy |
DefaultRepositorySystemSession.getArtifactDescriptorPolicy() |
|
ArtifactDescriptorPolicy |
RepositorySystemSession.getArtifactDescriptorPolicy() |
Gets the policy which controls how errors related to reading artifact descriptors should be handled.
|
| Modifier and Type | Method | Description |
|---|---|---|
DefaultRepositorySystemSession |
DefaultRepositorySystemSession.setArtifactDescriptorPolicy(ArtifactDescriptorPolicy artifactDescriptorPolicy) |
Sets the policy which controls how errors related to reading artifact descriptors should be handled.
|