public static class MavenProperties.Proxy extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MavenProperties.Proxy.Authentication |
Constructor and Description |
---|
MavenProperties.Proxy() |
Modifier and Type | Method and Description |
---|---|
MavenProperties.Proxy.Authentication |
getAuth() |
String |
getHost() |
String |
getNonProxyHosts() |
int |
getPort() |
String |
getProtocol() |
void |
setAuth(MavenProperties.Proxy.Authentication auth) |
void |
setHost(String host) |
void |
setNonProxyHosts(String nonProxyHosts) |
void |
setPort(int port) |
void |
setProtocol(String protocol) |
public String getProtocol()
public void setProtocol(String protocol)
public String getHost()
public void setHost(String host)
public int getPort()
public void setPort(int port)
public String getNonProxyHosts()
public void setNonProxyHosts(String nonProxyHosts)
public MavenProperties.Proxy.Authentication getAuth()
public void setAuth(MavenProperties.Proxy.Authentication auth)
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.