org.sonar.java
Class ProgressReport

java.lang.Object
  extended by org.sonar.java.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 message(String message)
           
 void run()
           
 void start(String startMessage)
           
 void stop(String stopMessage)
           
 
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(String startMessage)

message

public void message(String message)

stop

public void stop(String stopMessage)


Copyright © 2012-2014 SonarSource. All Rights Reserved.