Class ProgressReport

    • Constructor Detail

      • ProgressReport

        public ProgressReport​(String threadName,
                              long period,
                              org.sonar.api.utils.log.Logger logger,
                              String adjective)
      • ProgressReport

        public ProgressReport​(String threadName,
                              long period,
                              String adjective)
      • ProgressReport

        public ProgressReport​(String threadName,
                              long period)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface Runnable
      • start

        public void start​(long count,
                          String currentFilename)
      • nextFile

        public void nextFile​(String currentFilename)
      • stop

        public void stop()
      • cancel

        public void cancel()