org.sonar.javascript
Class ProgressReport
java.lang.Object
org.sonar.javascript.ProgressReport
- All Implemented Interfaces:
- Runnable
public class ProgressReport
- extends Object
- implements Runnable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProgressReport
public ProgressReport(String threadName,
long period,
org.slf4j.Logger logger)
ProgressReport
public ProgressReport(String threadName,
long period)
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.