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.ObjectThis 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 SummaryFields Modifier and Type Field Description static java.lang.StringDEFAULT_DESTINATION"https://ant.apache.org/"
 - 
Constructor SummaryConstructors Constructor Description ProxyDiagnostics()create a proxy diagnostics tool bound toDEFAULT_DESTINATIONProxyDiagnostics(java.lang.String destination)create a diagnostics binding for a specific URI
 - 
Method SummaryModifier and Type Method Description java.lang.StringtoString()Get the diagnostics for proxy information.
 
- 
- 
- 
Field Detail- 
DEFAULT_DESTINATIONpublic static final java.lang.String DEFAULT_DESTINATION "https://ant.apache.org/"- See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
ProxyDiagnosticspublic 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.
 
 - 
ProxyDiagnosticspublic ProxyDiagnostics() create a proxy diagnostics tool bound toDEFAULT_DESTINATION
 
- 
 
-