Fields Summary |
---|
private org.apache.tools.ant.Project | ownerowner project; used for logging and extracting properties |
public static final String | USE_SYSTEM_PROXIESJava1.5 property that enables use of system proxies. |
public static final String | HTTP_PROXY_HOSTthe http proxyhost property |
public static final String | HTTP_PROXY_PORTthe http proxyport property |
public static final String | HTTPS_PROXY_HOSTthe https proxyhost property |
public static final String | HTTPS_PROXY_PORTthe https proxyport property |
public static final String | FTP_PROXY_HOSTthe ftp proxyhost property |
public static final String | FTP_PROXY_PORTthe ftp proxyport property |
public static final String | HTTP_NON_PROXY_HOSTSthe ftp proxyport property |
public static final String | HTTPS_NON_PROXY_HOSTSthe http hosts not to be proxied property |
public static final String | FTP_NON_PROXY_HOSTSthe ftp hosts not to be proxied property |
public static final String | HTTP_PROXY_USERNAMEthe http proxy username property |
public static final String | HTTP_PROXY_PASSWORDthe http proxy password property |
public static final String | SOCKS_PROXY_HOSTthe socks proxy host property |
public static final String | SOCKS_PROXY_PORTthe socks proxy port property |
public static final String | SOCKS_PROXY_USERNAMEthe socks proxy username property |
public static final String | SOCKS_PROXY_PASSWORDthe socks proxy password property |