|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jacoco.report.csv.ClassColumn
public class ClassColumn
Columns containing the following values for the class:
Constructor Summary | |
---|---|
ClassColumn(CsvReportFile reportFile,
ICsvColumn parent,
ICoverageNode node)
Creates a new Class Column for the report |
Method Summary | |
---|---|
IReportVisitor |
visitChild(ICoverageNode node)
Called for every direct child. |
void |
visitEnd(ISourceFileLocator sourceFileLocator)
Called at the very end, when all child node have been processed and the counters for this node are properly populated. |
void |
writeContents(DelimitedWriter writer)
Writes the contents of the column |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClassColumn(CsvReportFile reportFile, ICsvColumn parent, ICoverageNode node)
reportFile
- CSV Report contextparent
- parent elementnode
- ICoverageNode.ElementType.CLASS
coverage nodeMethod Detail |
---|
public IReportVisitor visitChild(ICoverageNode node) throws IOException
IReportVisitor
visitChild
in interface IReportVisitor
node
- Node for the child in the implementation class specific to
this type. The counters are may yet be populated.
IOException
- in case of IO problems with the report writerpublic void visitEnd(ISourceFileLocator sourceFileLocator) throws IOException
IReportVisitor
visitEnd
in interface IReportVisitor
sourceFileLocator
- source file locator valid for this node
IOException
- in case of IO problems with the report writerpublic void writeContents(DelimitedWriter writer) throws IOException
ICsvColumn
writeContents
in interface ICsvColumn
writer
- Writer to write column data though
IOException
- Thrown if there is any error writing the column data
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |