Uses of Interface
org.eclipse.aether.repository.MirrorSelector
-
Packages that use MirrorSelector Package Description org.eclipse.aether The primary API of theRepositorySystem
and its functionality.org.eclipse.aether.util.repository Ready-to-use selectors for authentication, proxies and mirrors and a few other repository related utilities. -
-
Uses of MirrorSelector in org.eclipse.aether
Methods in org.eclipse.aether that return MirrorSelector Modifier and Type Method Description MirrorSelector
AbstractForwardingRepositorySystemSession. getMirrorSelector()
MirrorSelector
DefaultRepositorySystemSession. getMirrorSelector()
MirrorSelector
RepositorySystemSession. getMirrorSelector()
Gets the mirror selector to use for repositories discovered in artifact descriptors.Methods in org.eclipse.aether with parameters of type MirrorSelector Modifier and Type Method Description DefaultRepositorySystemSession
DefaultRepositorySystemSession. setMirrorSelector(MirrorSelector mirrorSelector)
Sets the mirror selector to use for repositories discovered in artifact descriptors. -
Uses of MirrorSelector in org.eclipse.aether.util.repository
Classes in org.eclipse.aether.util.repository that implement MirrorSelector Modifier and Type Class Description class
DefaultMirrorSelector
A simple mirror selector that selects mirrors based on repository identifiers.
-