|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRuntime
This interface represents a particular mechanism to collect execution information in the target VM at runtime.
Method Summary | |
---|---|
void |
disconnect(Class<?> type)
Clears the execution data buffered in the given instrumented type. |
void |
shutdown()
Allows the coverage runtime to cleanup internals. |
void |
startup(RuntimeData data)
Starts the coverage runtime. |
Methods inherited from interface org.jacoco.core.runtime.IExecutionDataAccessorGenerator |
---|
generateDataAccessor |
Method Detail |
---|
void startup(RuntimeData data) throws Exception
data
- the execution data for this runtime
Exception
- any internal problem during startupvoid shutdown()
void disconnect(Class<?> type) throws Exception
type
- class to clear
Exception
- if clearing the data is not possible
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |