Package org.eclipse.aether.repository
Interface ProxySelector
-
public interface ProxySelector
Selects a proxy for a given remote repository.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProxygetProxy(RemoteRepository repository)Selects a proxy for the specified remote repository.
-
-
-
Method Detail
-
getProxy
Proxy getProxy(RemoteRepository repository)
Selects a proxy for the specified remote repository.- Parameters:
repository- The repository for which to select a proxy, must not benull.- Returns:
- The selected proxy or
nullif none.
-
-