Package daikon

Class Daikon.FileIOProgress

    • Field Detail

      • shouldStop

        public boolean shouldStop
        Clients should set this variable instead of calling Thread.stop(), which is deprecated. Typically a client calls "display()" before setting this. The stopping happens later, and calls clear() anyway.
    • Method Detail

      • clear

        public void clear()
        Clear the display; good to do before printing to System.out.
      • display

        public void display()
        Displays the current status. Call this if you don't want to wait until the next automatic display.
      • display

        public void display​(String message)
        Displays the given message.
        Parameters:
        message - message to be displayed