public class CSVDataSet extends ConfigTestElement implements TestBean, LoopIterationListener, NoConfigMerge
PASSWORD, USERNAME
COMMENTS, ENABLED, GUI_CLASS, NAME, TEST_CLASS
Constructor and Description |
---|
CSVDataSet() |
Modifier and Type | Method and Description |
---|---|
String |
getDelimiter() |
String |
getFileEncoding() |
String |
getFilename() |
boolean |
getQuotedData() |
boolean |
getRecycle() |
String |
getShareMode() |
boolean |
getStopThread() |
String |
getVariableNames() |
boolean |
isIgnoreFirstLine() |
void |
iterationStart(LoopIterationEvent iterEvent)
Called when a loop iteration is about to start.
|
void |
setDelimiter(String delimiter) |
void |
setFileEncoding(String fileEncoding) |
void |
setFilename(String filename) |
void |
setIgnoreFirstLine(boolean ignoreFirstLine) |
void |
setProperty(JMeterProperty property)
Override the setProperty method in order to convert
the original String shareMode property.
|
void |
setQuotedData(boolean quoted) |
void |
setRecycle(boolean recycle) |
void |
setShareMode(String value) |
void |
setStopThread(boolean value) |
void |
setVariableNames(String variableNames) |
addConfigElement, addTestElement, expectsModification
addPropertiesValues, addProperty, addProperty, canRemove, clear, clearTemporary, clearTestElementChildren, clone, emptyTemporary, equals, getComment, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsInt, getPropertyAsLong, getPropertyAsLong, getPropertyAsString, getPropertyAsString, getSearchableTokens, getThreadContext, getThreadName, hashCode, isEnabled, isRunningVersion, isTemporary, logProperties, mergeIn, propertyIterator, recoverRunningVersion, removeProperty, setComment, setEnabled, setName, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, traverse, traverseCollection, traverseMap, traverseProperty
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
clone
removed
public void setProperty(JMeterProperty property)
setProperty
in interface TestElement
setProperty
in class AbstractTestElement
property
- the property to be setpublic void iterationStart(LoopIterationEvent iterEvent)
LoopIterationListener
iterationStart
in interface LoopIterationListener
iterEvent
- the eventpublic String getFilename()
public void setFilename(String filename)
filename
- The filename to set.public String getFileEncoding()
public void setFileEncoding(String fileEncoding)
fileEncoding
- The fileEncoding to set.public String getVariableNames()
public void setVariableNames(String variableNames)
variableNames
- The variableNames to set.public String getDelimiter()
public void setDelimiter(String delimiter)
public boolean getQuotedData()
public void setQuotedData(boolean quoted)
public boolean getRecycle()
public void setRecycle(boolean recycle)
public boolean getStopThread()
public void setStopThread(boolean value)
public String getShareMode()
public void setShareMode(String value)
public boolean isIgnoreFirstLine()
public void setIgnoreFirstLine(boolean ignoreFirstLine)
ignoreFirstLine
- the ignoreFirstLine to setCopyright © 1998-2019 Apache Software Foundation. All Rights Reserved.