| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tools.ant.util.java15.ProxyDiagnostics
public class 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.
| Field Summary | |
|---|---|
| static java.lang.String | DEFAULT_DESTINATION"http://ant.apache.org/" | 
| Constructor Summary | |
|---|---|
| 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 | |
|---|---|
|  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 Detail | 
|---|
public static final java.lang.String DEFAULT_DESTINATION
| Constructor Detail | 
|---|
public ProxyDiagnostics(java.lang.String destination)
destination - dest to bind to
BuildException - if the URI is malformed.public ProxyDiagnostics()
DEFAULT_DESTINATION
| Method Detail | 
|---|
public java.lang.String toString()
toString in class java.lang.Object| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||