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 |
---|---|
MirrorSelector |
DefaultRepositorySystemSession.getMirrorSelector() |
MirrorSelector |
AbstractForwardingRepositorySystemSession.getMirrorSelector() |
MirrorSelector |
RepositorySystemSession.getMirrorSelector()
Gets the mirror selector to use for repositories discovered in artifact descriptors.
|
Modifier and Type | Method and Description |
---|---|
DefaultRepositorySystemSession |
DefaultRepositorySystemSession.setMirrorSelector(MirrorSelector mirrorSelector)
Sets the mirror selector to use for repositories discovered in artifact descriptors.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultMirrorSelector
A simple mirror selector that selects mirrors based on repository identifiers.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.