Package fit.decorator.util
Class Table
- java.lang.Object
-
- fit.decorator.util.Table
-
public class Table extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
copyAndAppendLastRow(int numberOfTimes)
Parse
incrementColumnValues(int numberOfTimes, java.lang.String columnName, Delta delta)
Parse
incrementColumnValuesByDelta(java.lang.String columnName, Delta delta)
void
insertAsFirstRow(Parse firstRow)
Parse
stripFirstRow()
Parse
table()
java.lang.String
toString()
-
-
-
Constructor Detail
-
Table
public Table(Parse table)
-
Table
public Table(java.lang.String html) throws java.text.ParseException
- Throws:
java.text.ParseException
-
-
Method Detail
-
incrementColumnValues
public Parse incrementColumnValues(int numberOfTimes, java.lang.String columnName, Delta delta) throws InvalidInputException
- Throws:
InvalidInputException
-
insertAsFirstRow
public void insertAsFirstRow(Parse firstRow)
-
stripFirstRow
public Parse stripFirstRow()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
copyAndAppendLastRow
public void copyAndAppendLastRow(int numberOfTimes)
-
table
public Parse table()
-
incrementColumnValuesByDelta
public Parse incrementColumnValuesByDelta(java.lang.String columnName, Delta delta) throws InvalidInputException
- Throws:
InvalidInputException
-
-