Package org.owasp.dependencycheck.maven
Class ProxyConfig
- java.lang.Object
 - 
- org.owasp.dependencycheck.maven.ProxyConfig
 
 
- 
public class ProxyConfig extends java.lang.ObjectProxy configuration options.- Author:
 - Jeremy Long
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ProxyConfig() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetHost()Get the host.intgetPort()Get the port.java.lang.StringgetServerId()The server id.voidsetHost(java.lang.String host)Set the host.voidsetPort(int port)Set the new port number.voidsetServerId(java.lang.String serverId)Sets the server id. 
 - 
 
- 
- 
Method Detail
- 
getHost
public java.lang.String getHost()
Get the host.- Returns:
 - the host
 
 
- 
setHost
public void setHost(java.lang.String host)
Set the host.- Parameters:
 host- the new host
 
- 
getPort
public int getPort()
Get the port.- Returns:
 - the port
 
 
- 
setPort
public void setPort(int port)
Set the new port number.- Parameters:
 port- the port number
 
- 
getServerId
public java.lang.String getServerId()
The server id.- Returns:
 - the server id
 
 
- 
setServerId
public void setServerId(java.lang.String serverId)
Sets the server id.- Parameters:
 serverId- the new server id
 
 - 
 
 -