Package org.eclipse.aether
Class DefaultRepositorySystemSession.NullProxySelector
- java.lang.Object
-
- org.eclipse.aether.DefaultRepositorySystemSession.NullProxySelector
-
- All Implemented Interfaces:
ProxySelector
- Enclosing class:
- DefaultRepositorySystemSession
static class DefaultRepositorySystemSession.NullProxySelector extends java.lang.Object implements ProxySelector
-
-
Field Summary
Fields Modifier and Type Field Description static ProxySelector
INSTANCE
-
Constructor Summary
Constructors Constructor Description NullProxySelector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Proxy
getProxy(RemoteRepository repository)
Selects a proxy for the specified remote repository.
-
-
-
Field Detail
-
INSTANCE
public static final ProxySelector INSTANCE
-
-
Method Detail
-
getProxy
public Proxy getProxy(RemoteRepository repository)
Description copied from interface:ProxySelector
Selects a proxy for the specified remote repository.- Specified by:
getProxy
in interfaceProxySelector
- Parameters:
repository
- The repository for which to select a proxy, must not benull
.- Returns:
- The selected proxy or
null
if none.
-
-