Package org.apache.tools.ant.util.java15
Class ProxyDiagnostics
java.lang.Object
org.apache.tools.ant.util.java15.ProxyDiagnostics
public class ProxyDiagnostics
extends java.lang.Object
This class exists to create a string that tells diagnostics about the current
state of proxy diagnostics.
It does this in its toString operator.
Java1.5+ is needed to compile this class; its interface is classic typeless
Java.
- Since:
- Ant 1.7
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DEFAULT_DESTINATION
"https://ant.apache.org/" -
Constructor Summary
Constructors Constructor Description ProxyDiagnostics()
create a proxy diagnostics tool bound toDEFAULT_DESTINATION
ProxyDiagnostics(java.lang.String destination)
create a diagnostics binding for a specific URI -
Method Summary
Modifier and Type Method Description java.lang.String
toString()
Get the diagnostics for proxy information.
-
Field Details
-
DEFAULT_DESTINATION
public static final java.lang.String DEFAULT_DESTINATION"https://ant.apache.org/"- See Also:
- Constant Field Values
-
-
Constructor Details
-
ProxyDiagnostics
public ProxyDiagnostics(java.lang.String destination)create a diagnostics binding for a specific URI- Parameters:
destination
- dest to bind to- Throws:
BuildException
- if the URI is malformed.
-
ProxyDiagnostics
public ProxyDiagnostics()create a proxy diagnostics tool bound toDEFAULT_DESTINATION
-
-
Method Details
-
toString
public java.lang.String toString()Get the diagnostics for proxy information.- Overrides:
toString
in classjava.lang.Object
- Returns:
- the information.
-