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
clearedIOException
void reset()
Copyright © 2013. All Rights Reserved.