Package org.apache.tools.ant.taskdefs
Class Get.VerboseProgress
- java.lang.Object
- 
- org.apache.tools.ant.taskdefs.Get.VerboseProgress
 
- 
- All Implemented Interfaces:
- Get.DownloadProgress
 - Enclosing class:
- Get
 
 public static class Get.VerboseProgress extends java.lang.Object implements Get.DownloadProgress verbose progress system prints to some output stream
- 
- 
Constructor SummaryConstructors Constructor Description VerboseProgress(java.io.PrintStream out)Construct a verbose progress reporter.
 - 
Method SummaryModifier and Type Method Description voidbeginDownload()begin a downloadvoidendDownload()end a downloadvoidonTick()tick handler
 
- 
- 
- 
Method Detail- 
beginDownloadpublic void beginDownload() begin a download- Specified by:
- beginDownloadin interface- Get.DownloadProgress
 
 - 
onTickpublic void onTick() tick handler- Specified by:
- onTickin interface- Get.DownloadProgress
 
 - 
endDownloadpublic void endDownload() end a download- Specified by:
- endDownloadin interface- Get.DownloadProgress
 
 
- 
 
-