Package org.apache.tools.ant.util.java15
Class ProxyDiagnostics
java.lang.Object
org.apache.tools.ant.util.java15.ProxyDiagnostics
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
-
Constructor Summary
ConstructorDescriptioncreate a proxy diagnostics tool bound toDEFAULT_DESTINATION
ProxyDiagnostics
(String destination) create a diagnostics binding for a specific URI -
Method Summary
-
Field Details
-
DEFAULT_DESTINATION
-
-
Constructor Details
-
ProxyDiagnostics
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
-