org.apache.tools.ant.util.java15
public class ProxyDiagnostics extends Object
Since: Ant 1.7
Field Summary | |
---|---|
static String | DEFAULT_DESTINATION {@value} |
Constructor Summary | |
---|---|
ProxyDiagnostics(String destination)
create a diagnostics binding for a specific URI | |
ProxyDiagnostics()
create a proxy diagnostics tool bound to
{@link #DEFAULT_DESTINATION} |
Method Summary | |
---|---|
String | toString()
Get the diagnostics for proxy information. |
Parameters: destination dest to bind to
Throws: BuildException if the URI is malformed.
Returns: the information.