net.sourceforge.cobertura.coverage
Class SaveInstrumentationTimer

java.lang.Object
  extended byjava.util.TimerTask
      extended bynet.sourceforge.cobertura.coverage.SaveInstrumentationTimer
All Implemented Interfaces:
java.lang.Runnable

class SaveInstrumentationTimer
extends java.util.TimerTask

Timer task to save the instrumentation to disk.


Field Summary
(package private)  InstrumentationPersistence instrumentationPersistence
           
private static org.apache.log4j.Logger logger
           
 
Fields inherited from class java.util.TimerTask
 
Constructor Summary
(package private) SaveInstrumentationTimer(InstrumentationPersistence instrumentationPersistence)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

private static final org.apache.log4j.Logger logger

instrumentationPersistence

final InstrumentationPersistence instrumentationPersistence
Constructor Detail

SaveInstrumentationTimer

SaveInstrumentationTimer(InstrumentationPersistence instrumentationPersistence)
Method Detail

run

public void run()