|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jacoco.report.internal.xml.XMLCoverageWriter
public final class XMLCoverageWriter
Serializes coverage data as XML fragments.
| Method Summary | |
|---|---|
static void |
writeBundle(org.jacoco.core.analysis.IBundleCoverage bundle,
ReportElement element)
Writes the structure of a given bundle. |
static void |
writeCounters(org.jacoco.core.analysis.ICoverageNode node,
ReportElement parent)
Writes all non-zero counters of the given node. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void writeBundle(org.jacoco.core.analysis.IBundleCoverage bundle,
ReportElement element)
throws IOException
bundle - bundle coverage dataelement - container element for the bundle data
IOException - if XML can't be written to the underlying output
public static void writeCounters(org.jacoco.core.analysis.ICoverageNode node,
ReportElement parent)
throws IOException
node - node to retrieve counters fromparent - container for the counter elements
IOException - if XML can't be written to the underlying output
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||