net.sourceforge.cvsgrab
Class WebOptions.HttpProxy

java.lang.Object
  extended by net.sourceforge.cvsgrab.WebOptions.HttpProxy
Enclosing class:
WebOptions

public class WebOptions.HttpProxy
extends Object

Nested element for configuring the proxy for http connections

Author:
lclaude
Created:
May 14, 2002

Constructor Summary
WebOptions.HttpProxy()
           
 
Method Summary
 String getHost()
          Gets the host.
 String getNtdomain()
          Gets the ntDomain.
 String getPassword()
          Gets the password.
 int getPort()
          Gets the port.
 String getUsername()
          Gets the user.
 void readProperties(Properties properties)
           
 void setHost(String value)
          Sets the host
 void setNtdomain(String ntDomain)
          Sets the nt domain
 void setPassword(String value)
          Sets the password
 void setPort(int value)
          Sets the port
 void setup()
          Setup the proxy
 void setUsername(String value)
          Sets the username
 void writeProperties(Properties properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebOptions.HttpProxy

public WebOptions.HttpProxy()
Method Detail

setup

public void setup()
Setup the proxy


writeProperties

public void writeProperties(Properties properties)
Parameters:
properties -

readProperties

public void readProperties(Properties properties)
Parameters:
properties -

getHost

public String getHost()
Gets the host.

Returns:
the host.

getNtdomain

public String getNtdomain()
Gets the ntDomain.

Returns:
the ntDomain.

getPassword

public String getPassword()
Gets the password.

Returns:
the password.

getPort

public int getPort()
Gets the port.

Returns:
the port.

getUsername

public String getUsername()
Gets the user.

Returns:
the user.

setHost

public void setHost(String value)
Sets the host

Parameters:
value - The new host value

setPort

public void setPort(int value)
Sets the port

Parameters:
value - The new port value

setNtdomain

public void setNtdomain(String ntDomain)
Sets the nt domain

Parameters:
ntDomain - The new net domain

setUsername

public void setUsername(String value)
Sets the username

Parameters:
value - The new username value

setPassword

public void setPassword(String value)
Sets the password

Parameters:
value - The new password value


Copyright © 2002-2005 Ludovic Claude. All Rights Reserved.