|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jcoverage.coverage.InstrumentationPersistence
com.jcoverage.coverage.InstrumentationFactory
public class InstrumentationFactory
| Field Summary | |
|---|---|
(package private) static InstrumentationFactory |
instrumentationFactory
|
(package private) static org.apache.log4j.Logger |
logger
|
(package private) java.util.Timer |
timer
|
| Fields inherited from class com.jcoverage.coverage.InstrumentationPersistence |
|---|
instrumentation |
| Method Summary | |
|---|---|
static InstrumentationFactory |
getInstance()
|
(package private) int |
getInstrumentationInterval()
|
Instrumentation |
newInstrumentation(java.lang.Class cl)
|
Instrumentation |
newInstrumentation(java.lang.String className)
|
void |
run()
|
| Methods inherited from class com.jcoverage.coverage.InstrumentationPersistence |
|---|
getInstrumentation, keySet, loadInstrumentation, loadInstrumentation, merge, saveInstrumentation, saveInstrumentation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
static final org.apache.log4j.Logger logger
static final InstrumentationFactory instrumentationFactory
java.util.Timer timer
| Method Detail |
|---|
int getInstrumentationInterval()
public void run()
run in interface java.lang.Runnablepublic static InstrumentationFactory getInstance()
public Instrumentation newInstrumentation(java.lang.Class cl)
public Instrumentation newInstrumentation(java.lang.String className)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||