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
verbose progress system prints to some output stream
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
begin a downloadvoid
end a downloadvoid
onTick()
tick handler
-
Constructor Details
-
VerboseProgress
Construct a verbose progress reporter.- Parameters:
out
- the output stream.
-
-
Method Details
-
beginDownload
public void beginDownload()begin a download- Specified by:
beginDownload
in interfaceGet.DownloadProgress
-
onTick
-
endDownload
public void endDownload()end a download- Specified by:
endDownload
in interfaceGet.DownloadProgress
-