| java.lang.Object org.apache.jmeter.functions.FileRowColContainer
FileRowColContainer | public class FileRowColContainer (Code) | | File data container for CSV (and similar delimited) files Data is accessible
via row and column number
version: $Revision: 493781 $ |
getColumn | public String getColumn(int row, int col) throws IndexOutOfBoundsException(Code) | | Get the string for the column from the current row
Parameters: row - row number (from 0) Parameters: col - column number (from 0) the string (empty if out of bounds) throws: IndexOutOfBoundsException - if the column number is out of bounds |
getDelimiter | final String getDelimiter()(Code) | | Returns the delimiter. |
getFileName | public String getFileName()(Code) | | the file name for this class |
getSize | public int getSize()(Code) | | |
nextRow | public int nextRow()(Code) | | Returns the next row to the caller, and updates it, allowing for wrap
round
the first free (unread) row |
|
|