org.apache.tools.ant.taskdefs

Class Get.VerboseProgress

public static class Get.VerboseProgress extends Object implements Get.DownloadProgress

verbose progress system prints to some output stream
Constructor Summary
VerboseProgress(PrintStream out)
Method Summary
voidbeginDownload()
begin a download
voidendDownload()
end a download
voidonTick()
tick handler

Constructor Detail

VerboseProgress

public VerboseProgress(PrintStream out)

Method Detail

beginDownload

public void beginDownload()
begin a download

endDownload

public void endDownload()
end a download

onTick

public void onTick()
tick handler
Copyright