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 |
---|---|
ResolutionErrorPolicy |
DefaultRepositorySystemSession.getResolutionErrorPolicy() |
ResolutionErrorPolicy |
AbstractForwardingRepositorySystemSession.getResolutionErrorPolicy() |
ResolutionErrorPolicy |
RepositorySystemSession.getResolutionErrorPolicy()
Gets the policy which controls whether resolutions errors from remote repositories should be cached.
|
Modifier and Type | Method and Description |
---|---|
DefaultRepositorySystemSession |
DefaultRepositorySystemSession.setResolutionErrorPolicy(ResolutionErrorPolicy resolutionErrorPolicy)
Sets the policy which controls whether resolutions errors from remote repositories should be cached.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleResolutionErrorPolicy
A resolution error policy that allows to control caching for artifacts and metadata at a global level.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.