org.apache.jmeter.config
Class CSVDataSet
java.lang.Object
org.apache.jmeter.testelement.AbstractTestElement
org.apache.jmeter.config.ConfigTestElement
org.apache.jmeter.config.CSVDataSet
- All Implemented Interfaces:
- Cloneable, ConfigElement, LoopIterationListener, Serializable, TestBean, TestElement
- public class CSVDataSet
- extends ConfigTestElement
- implements TestBean, LoopIterationListener
- Author:
- mstover
- See Also:
- Serialized Form
Methods inherited from class org.apache.jmeter.testelement.AbstractTestElement |
addProperty, canRemove, clear, clearTemporary, clone, emptyTemporary, equals, getComment, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsLong, getPropertyAsString, getPropertyAsString, getThreadContext, getThreadName, hashCode, isEnabled, isRunningVersion, isTemporary, logProperties, mergeIn, nextIsNull, propertyIterator, recoverRunningVersion, removeProperty, setComment, setName, setProperty, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, traverse, traverseCollection, traverseMap, traverseProperty |
CSVDataSet
public CSVDataSet()
iterationStart
public void iterationStart(LoopIterationEvent iterEvent)
- Specified by:
iterationStart
in interface LoopIterationListener
getFilename
public String getFilename()
- Returns:
- Returns the filename.
setFilename
public void setFilename(String filename)
- Parameters:
filename
- The filename to set.
getFileEncoding
public String getFileEncoding()
- Returns:
- Returns the file encoding.
setFileEncoding
public void setFileEncoding(String fileEncoding)
- Parameters:
fileEncoding
- The fileEncoding to set.
getVariableNames
public String getVariableNames()
- Returns:
- Returns the variableNames.
setVariableNames
public void setVariableNames(String variableNames)
- Parameters:
variableNames
- The variableNames to set.
getDelimiter
public String getDelimiter()
setDelimiter
public void setDelimiter(String delimiter)
getRecycle
public boolean getRecycle()
setRecycle
public void setRecycle(boolean recycle)
getStopThread
public boolean getStopThread()
setStopThread
public void setStopThread(boolean value)
Copyright © 1998-2007 Apache Software Foundation. All Rights Reserved.