Uses of Class
org.csveed.report.RowReport
Packages that use RowReport
Package
Description
The main interface of interaction with CSVeed for a developer.
Contains all the classes required to report back on a row.
The package responsible for converting a group of tokens into Header and Rows.
-
Uses of RowReport in org.csveed.api
Methods in org.csveed.api that return RowReportModifier and TypeMethodDescriptionRow.reportOnColumn
(int columnIndex) Generates a report on the Row with focus on a particular cell.Header.reportOnEndOfLine()
Generate an error report on the header row.Row.reportOnEndOfLine()
Generates a report on the Row with focus on the end of the row. -
Uses of RowReport in org.csveed.report
Methods in org.csveed.report that return RowReportConstructors in org.csveed.report with parameters of type RowReport -
Uses of RowReport in org.csveed.row
Methods in org.csveed.row that return RowReportModifier and TypeMethodDescriptionLine.reportOnColumn
(Column column) Report on column.LineWithInfo.reportOnColumn
(Column column) RowImpl.reportOnColumn
(int columnIndex) HeaderImpl.reportOnEndOfLine()
Line.reportOnEndOfLine()
Report on end of line.LineWithInfo.reportOnEndOfLine()
RowImpl.reportOnEndOfLine()