org.apache.tools.ant.taskdefsClass 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.DownloadProgressverbose progress system prints to some output stream
Constructor Summary
Constructors Constructor and Description VerboseProgress(java.io.PrintStream out)
Construct a verbose progress reporter.
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description void
beginDownload()
begin a downloadvoid
endDownload()
end a downloadvoid
onTick()
tick handler
Constructor Detail
VerboseProgress
public VerboseProgress(java.io.PrintStream out)Construct a verbose progress reporter.
- Parameters:
out
- the output stream.
Method Detail
beginDownload
public void beginDownload()begin a download
- Specified by:
beginDownload
in interfaceGet.DownloadProgress
onTick
public void onTick()tick handler
- Specified by:
onTick
in interfaceGet.DownloadProgress
endDownload
public void endDownload()end a download
- Specified by:
endDownload
in interfaceGet.DownloadProgress