Class DefaultMirrorSelector
java.lang.Object
org.apache.maven.repository.DefaultMirrorSelector
- All Implemented Interfaces:
- MirrorSelector
@Named
@Singleton
@Deprecated
public class DefaultMirrorSelector
extends Object
implements MirrorSelector
Deprecated.
DefaultMirrorSelector
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetMirror(ArtifactRepository repository, List<Mirror> mirrors) Deprecated.Determines the mirror for the specified repository.
- 
Constructor Details- 
DefaultMirrorSelectorpublic DefaultMirrorSelector()Deprecated.
 
- 
- 
Method Details- 
getMirrorDeprecated.Description copied from interface:MirrorSelectorDetermines the mirror for the specified repository.- Specified by:
- getMirrorin interface- MirrorSelector
- Parameters:
- repository- The repository to determine the mirror for, must not be- null.
- mirrors- The available mirrors, may be- null.
- Returns:
- The mirror specification for the repository or nullif no mirror matched.
 
 
-