org.apache.jena.atlas.logging
Class ProgressLogger

java.lang.Object
  extended by org.apache.jena.atlas.logging.ProgressLogger

public class ProgressLogger
extends Object

Progress monitor


Constructor Summary
ProgressLogger(org.slf4j.Logger log, String label, long tickPoint, int superTick)
           
 
Method Summary
 long finish()
           
 void finishMessage()
           
 long getTicks()
           
 void print(String fmt, Object... args)
          Print a message in the form for this ProgressLogger
 void start()
           
 void startMessage()
           
 void tick()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProgressLogger

public ProgressLogger(org.slf4j.Logger log,
                      String label,
                      long tickPoint,
                      int superTick)
Method Detail

startMessage

public void startMessage()

finishMessage

public void finishMessage()

start

public void start()

finish

public long finish()

getTicks

public long getTicks()

tick

public void tick()

print

public void print(String fmt,
                  Object... args)
Print a message in the form for this ProgressLogger



Licenced under the Apache License, Version 2.0