org.openjena.atlas.logging
Class ProgressLogger

java.lang.Object
  extended by org.openjena.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()
           
 long getTicks()
           
 void start()
           
 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

start

public void start()

finish

public long finish()

getTicks

public long getTicks()

tick

public void tick()


Licenced under the Apache License, Version 2.0