Package org.eclipse.aether.repository
Interface MirrorSelector
- All Known Implementing Classes:
 DefaultMirrorSelector
public interface MirrorSelector
Selects a mirror for a given remote repository.
- See Also:
 
- 
Method Summary
Modifier and TypeMethodDescriptiongetMirror(RemoteRepository repository) Selects a mirror for the specified repository. 
- 
Method Details
- 
getMirror
Selects a mirror for the specified repository.- Parameters:
 repository- The repository to select a mirror for, must not benull.- Returns:
 - The selected mirror or 
nullif none. - See Also:
 
 
 -