Class ProgressReport

java.lang.Object
org.sonar.plugins.javascript.utils.ProgressReport
All Implemented Interfaces:
Runnable

public class ProgressReport extends Object implements Runnable
  • Constructor Details

    • 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 Details

    • 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()