org.apache.jmeter.functions
Class FileWrapper
This class wraps the FileRowColContainer for use across multiple threads.
It does this by maintaining a list of open files, keyed by file name (or
alias, if used). A list of open files is also maintained for each thread,
together with the current line number.
static void | clearAll()
|
static void | endRow(String file)
|
static String | getColumn(String file, int col)
|
static int | getCurrentRow(String file) - Gets the current row number (mainly for error reporting)
|
static void | open(String file, String alias)
|
clearAll
public static void clearAll()
endRow
public static void endRow(String file)
getColumn
public static String getColumn(String file,
int col)
getCurrentRow
public static int getCurrentRow(String file)
Gets the current row number (mainly for error reporting)
- the current row number for this thread
open
public static void open(String file,
String alias)
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.