|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CoberturaRuntimeController
Cobertura runtime controller interface.
Method Summary | |
---|---|
void |
flushRecords()
Flushes the made records to the given data file. |
String |
generateReport()
Generates the cobertura report of the current state. |
String |
getDataFilePath()
|
boolean |
isRecording()
|
boolean |
startRecording()
Starts recording of cobertura. |
boolean |
stopRecording()
Stops recording of cobertura. |
Method Detail |
---|
boolean startRecording()
true
if the recording could be started and cobertura was not already running.boolean stopRecording()
true
if the recording could be stopped and cobertura was not already stopped.boolean isRecording()
true
if cobertura is currently recording.void flushRecords()
String getDataFilePath()
String generateReport()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |