org.apache.tools.ant.taskdefs
public static class Get.VerboseProgress extends Object implements Get.DownloadProgress
| Constructor Summary | |
|---|---|
| VerboseProgress(PrintStream out)
Construct a verbose progress reporter. | |
| Method Summary | |
|---|---|
| void | beginDownload()
begin a download |
| void | endDownload()
end a download |
| void | onTick()
tick handler
|
Parameters: out the output stream.