| java.lang.Object org.apache.jmeter.functions.FileWrapper
FileWrapper | public class FileWrapper (Code) | | 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.
version: $Revision: 493781 $ $Date: 2007-01-07 17:52:05 +0000 (Sun, 07 Jan 2007) $ |
clearAll | public static void clearAll()(Code) | | |
getCurrentRow | public static int getCurrentRow(String file)(Code) | | Gets the current row number (mainly for error reporting)
Parameters: file - the current row number for this thread |
|
|