Package org.apache.maven.wagon.proxy
Interface ProxyInfoProvider
-
public interface ProxyInfoProvider
Interface of an object, which provides the proxy settings. Typically, this is the artifact manager.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProxyInfo
getProxyInfo(java.lang.String protocol)
Returns the proxy settings for the given protocol.
-
-
-
Method Detail
-
getProxyInfo
ProxyInfo getProxyInfo(java.lang.String protocol)
Returns the proxy settings for the given protocol.- Returns:
- Proxy settings or null, if no proxy is configured for this protocol.
-
-