com.vladium.emma.rt
Class RTCoverageDataPersister

java.lang.Object
  extended by com.vladium.emma.rt.RTCoverageDataPersister

abstract class RTCoverageDataPersister
extends java.lang.Object

Author:
Vlad Roubtsov, (C) 2004

Constructor Summary
RTCoverageDataPersister()
           
 
Method Summary
(package private) static void dumpCoverageData(ICoverageData cdata, boolean useSnapshot, java.io.File outFile, boolean merge)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RTCoverageDataPersister

RTCoverageDataPersister()
Method Detail

dumpCoverageData

static void dumpCoverageData(ICoverageData cdata,
                             boolean useSnapshot,
                             java.io.File outFile,
                             boolean merge)