| Package | Description |
|---|---|
| org.eclipse.aether |
The primary API of the
RepositorySystem and its functionality. |
| Modifier and Type | Method | Description |
|---|---|---|
ResolutionErrorPolicy |
AbstractForwardingRepositorySystemSession.getResolutionErrorPolicy() |
|
ResolutionErrorPolicy |
DefaultRepositorySystemSession.getResolutionErrorPolicy() |
|
ResolutionErrorPolicy |
RepositorySystemSession.getResolutionErrorPolicy() |
Gets the policy which controls whether resolutions errors from remote repositories should be cached.
|
| Modifier and Type | Method | Description |
|---|---|---|
DefaultRepositorySystemSession |
DefaultRepositorySystemSession.setResolutionErrorPolicy(ResolutionErrorPolicy resolutionErrorPolicy) |
Sets the policy which controls whether resolutions errors from remote repositories should be cached.
|