|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IReportVisitor
Interface for all implementations to retrieve structured report data. Unlike
nested IReportGroupVisitor instances the root visitor accepts exactly
one bundle or group.
| Method Summary | |
|---|---|
void |
visitEnd()
Has to be called after all report data has been emitted. |
void |
visitInfo(List<SessionInfo> sessionInfos,
Collection<ExecutionData> executionData)
Initializes the report with global information. |
| Methods inherited from interface org.jacoco.report.IReportGroupVisitor |
|---|
visitBundle, visitGroup |
| Method Detail |
|---|
void visitInfo(List<SessionInfo> sessionInfos,
Collection<ExecutionData> executionData)
throws IOException
sessionInfos - list of chronological ordered SessionInfo objects
where execution data has been collected for this report.executionData - collection of all ExecutionData objects that are
considered for this report
IOException - in case of IO problems with the report writer
void visitEnd()
throws IOException
IOException - in case of IO problems with the report writer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||