Uses of Interface
org.sonatype.aether.repository.MirrorSelector

Packages that use MirrorSelector
org.sonatype.aether   
org.sonatype.aether.test.impl   
org.sonatype.aether.util   
org.sonatype.aether.util.repository   
 

Uses of MirrorSelector in org.sonatype.aether
 

Methods in org.sonatype.aether that return MirrorSelector
 MirrorSelector RepositorySystemSession.getMirrorSelector()
          Gets the mirror selector to use for repositories discovered in artifact descriptors.
 

Uses of MirrorSelector in org.sonatype.aether.test.impl
 

Methods in org.sonatype.aether.test.impl that return MirrorSelector
 MirrorSelector TestRepositorySystemSession.getMirrorSelector()
           
 

Methods in org.sonatype.aether.test.impl with parameters of type MirrorSelector
 void TestRepositorySystemSession.setMirrorSelector(MirrorSelector mirrorSelector)
           
 

Uses of MirrorSelector in org.sonatype.aether.util
 

Methods in org.sonatype.aether.util that return MirrorSelector
 MirrorSelector DefaultRepositorySystemSession.getMirrorSelector()
           
 MirrorSelector FilterRepositorySystemSession.getMirrorSelector()
           
 

Methods in org.sonatype.aether.util with parameters of type MirrorSelector
 DefaultRepositorySystemSession DefaultRepositorySystemSession.setMirrorSelector(MirrorSelector mirrorSelector)
          Sets the mirror selector to use for repositories discovered in artifact descriptors.
 

Uses of MirrorSelector in org.sonatype.aether.util.repository
 

Classes in org.sonatype.aether.util.repository that implement MirrorSelector
 class DefaultMirrorSelector
          A simple mirror selector that selects mirrors based on repository identifiers.
 



Copyright © 2010-2013. All Rights Reserved.