public interface IRuntimeMBean
| Modifier and Type | Method and Description |
|---|---|
byte[] |
dump(boolean reset)
Returns current execution data.
|
String |
getSessionId()
Returns current a session identifier.
|
String |
getVersion()
Returns version of JaCoCo.
|
void |
reset()
Resets all coverage information.
|
void |
setSessionId(String id)
Sets a session identifier.
|
String getVersion()
String getSessionId()
void setSessionId(String id)
id - new session identifierbyte[] dump(boolean reset)
throws IOException
reset - if true the current coverage information is also
clearedIOExceptionvoid reset()
Copyright © 2009-2012 Mountainminds GmbH & Co. KG. All Rights Reserved.