Class ProgressReport
- java.lang.Object
-
- org.sonar.plugins.javascript.utils.ProgressReport
-
-
Constructor Summary
Constructors Constructor Description ProgressReport(String threadName, long period)
ProgressReport(String threadName, long period, String adjective)
ProgressReport(String threadName, long period, org.sonar.api.utils.log.Logger logger, String adjective)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
cancel()
void
nextFile(String currentFilename)
void
run()
void
start(long count, String currentFilename)
void
stop()
-