Class ProgressMonitor.ReportingProgressMonitor

    • Method Detail

      • increment

        public void increment​(long delta)
        Description copied from interface: ProgressReporter
        Increments the current progress by given delta and prints the progress if necessary.
      • maxProgress

        public long maxProgress()
        Description copied from interface: Progress
        Returns the maximum progress value for this monitor
      • incrementMaxProgress

        public void incrementMaxProgress​(long theMaxProgress)
        Description copied from interface: ProgressReporter
        Increments the maximum progress value for this monitor
      • current

        public long current()
        Description copied from interface: Progress
        Returns the current progress value
      • stage

        public java.lang.String stage()
        Description copied from interface: Progress
        Returns the current stage of the process, or null if none.
      • stage

        public void stage​(java.lang.String stageName)
        Description copied from interface: ProgressReporter
        Set the name of current stage of the process.