Package Utils

Class SilentProgress

  • All Implemented Interfaces:
    Progress

    public class SilentProgress
    extends java.lang.Object
    implements Progress
    A progress class that does nothing - i.e. no progeress is outputted to standard out
    • Constructor Summary

      Constructors 
      Constructor Description
      SilentProgress()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void done()
      Marks another task as done
      void done​(int number)
      Marks multiple taskes as done
      • Methods inherited from class java.lang.Object

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

      • SilentProgress

        public SilentProgress()
    • Method Detail

      • done

        public void done()
        Description copied from interface: Progress
        Marks another task as done
        Specified by:
        done in interface Progress
      • done

        public void done​(int number)
        Description copied from interface: Progress
        Marks multiple taskes as done
        Specified by:
        done in interface Progress
        Parameters:
        number - The number to mark as done