|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IAgent
Runtime API and MBean agent interface.
| Method Summary | |
|---|---|
void |
dump(boolean reset)
Triggers a dump of the current execution data through the configured output. |
byte[] |
getExecutionData(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. |
| Method Detail |
|---|
String getVersion()
String getSessionId()
void setSessionId(String id)
id - new session identifiervoid reset()
byte[] getExecutionData(boolean reset)
reset - if true the current execution data is cleared
afterwards
void dump(boolean reset)
throws IOException
reset - if true the current execution data is cleared
afterwards
IOException - if the output can't write execution data
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||