Package org.apache.maven.wagon.proxy
Class ProxyUtils
java.lang.Object
org.apache.maven.wagon.proxy.ProxyUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
validateNonProxyHosts
(ProxyInfo proxy, String targetHost) Check if the specified host is in the list of non proxy hosts.
-
Constructor Details
-
ProxyUtils
private ProxyUtils()
-
-
Method Details
-
validateNonProxyHosts
Check if the specified host is in the list of non proxy hosts.- Parameters:
proxy
- the proxy info object contains set of properties.targetHost
- the target hostname- Returns:
- true if the hostname is in the list of non proxy hosts, false otherwise.
-