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