org.sonar.javascript
Class ProgressReport

java.lang.Object
  extended by org.sonar.javascript.ProgressReport
All Implemented Interfaces:
Runnable

public class ProgressReport
extends Object
implements Runnable


Constructor Summary
ProgressReport(String threadName, long period)
           
ProgressReport(String threadName, long period, org.slf4j.Logger logger)
           
 
Method Summary
 void nextFile(File currentFile)
           
 void run()
           
 void start(int files)
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProgressReport

public ProgressReport(String threadName,
                      long period,
                      org.slf4j.Logger logger)

ProgressReport

public ProgressReport(String threadName,
                      long period)
Method Detail

run

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

start

public void start(int files)

nextFile

public void nextFile(File currentFile)

stop

public void stop()


Copyright © 2011-2014 SonarSource and Eriks Nukis. All Rights Reserved.