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 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 download
      void endDownload()
      end a download
      void onTick()
      tick handler
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VerboseProgress

        public VerboseProgress(java.io.PrintStream out)
        Construct a verbose progress reporter.
        Parameters:
        out - the output stream.