com.jcoverage.coverage
Class InstrumentationPersistence
java.lang.Object
com.jcoverage.coverage.InstrumentationPersistence
- All Implemented Interfaces:
- HasBeenInstrumented
- Direct Known Subclasses:
- InstrumentationFactory, Main, Main
- public class InstrumentationPersistence
- extends java.lang.Object
- implements HasBeenInstrumented
Field Summary |
(package private) java.util.Map |
instrumentation
|
(package private) static org.apache.log4j.Logger |
logger
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
static final org.apache.log4j.Logger logger
instrumentation
final java.util.Map instrumentation
InstrumentationPersistence
protected InstrumentationPersistence()
loadInstrumentation
protected java.util.Map loadInstrumentation()
loadInstrumentation
protected java.util.Map loadInstrumentation(java.io.InputStream is)
merge
protected void merge(java.util.Map m)
saveInstrumentation
protected void saveInstrumentation()
saveInstrumentation
protected void saveInstrumentation(java.io.File destDir)
getInstrumentation
protected Instrumentation getInstrumentation(java.lang.Object key)
keySet
protected java.util.Set keySet()