Class RowReport

java.lang.Object
org.csveed.report.RowReport

public class RowReport extends Object
The Class RowReport.
  • Constructor Details

    • RowReport

      public RowReport(String row, int start, int end)
      Instantiates a new row report.
      Parameters:
      row - the row
      start - the start
      end - the end
  • Method Details

    • getRow

      public String getRow()
      Gets the row.
      Returns:
      the row
    • getStart

      public int getStart()
      Gets the start.
      Returns:
      the start
    • getEnd

      public int getEnd()
      Gets the end.
      Returns:
      the end
    • tokenize

      public List<RowPart> tokenize()
      Tokenize.
      Returns:
      the list
    • getPrintableLines

      public List<String> getPrintableLines()
      Gets the printable lines.
      Returns:
      the printable lines