Package org.eclipse.aether.repository
Interface MirrorSelector
public interface MirrorSelector
Selects a mirror for a given remote repository.
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptiongetMirror(RemoteRepository repository) Selects a mirror for the specified repository.
- 
Method Details- 
getMirrorSelects a mirror for the specified repository.- Parameters:
- repository- The repository to select a mirror for, must not be- null.
- Returns:
- The selected mirror or nullif none.
- See Also:
 
 
-