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 to DEFAULT_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.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

  • Method Details

    • toString

      public java.lang.String toString()
      Get the diagnostics for proxy information.
      Overrides:
      toString in class java.lang.Object
      Returns:
      the information.