Apache JMeter

org.apache.jmeter.config
Class CSVDataSet

java.lang.Object
  extended byorg.apache.jmeter.testelement.AbstractTestElement
      extended byorg.apache.jmeter.config.ConfigTestElement
          extended byorg.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

Field Summary
 
Fields inherited from class org.apache.jmeter.config.ConfigTestElement
PASSWORD, USERNAME
 
Fields inherited from interface org.apache.jmeter.testelement.TestElement
ENABLED, GUI_CLASS, NAME, TEST_CLASS
 
Constructor Summary
CSVDataSet()
           
 
Method Summary
 String getDelimiter()
           
 String getFileEncoding()
           
 String getFilename()
           
 boolean getRecycle()
           
 String getVariableNames()
           
 void iterationStart(LoopIterationEvent iterEvent)
           
 void setDelimiter(String delimiter)
           
 void setFileEncoding(String fileEncoding)
           
 void setFilename(String filename)
           
 void setRecycle(boolean recycle)
           
 void setVariableNames(String variableNames)
           
 
Methods inherited from class org.apache.jmeter.config.ConfigTestElement
addConfigElement, addTestElement, expectsModification
 
Methods inherited from class org.apache.jmeter.testelement.AbstractTestElement
addProperty, canRemove, clear, clearTemporary, clone, emptyTemporary, equals, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsLong, getPropertyAsString, getPropertyAsString, getThreadContext, getThreadName, hashCode, isEnabled, isRunningVersion, isTemporary, logProperties, mergeIn, nextIsNull, propertyIterator, recoverRunningVersion, removeProperty, setName, setProperty, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, traverse, traverseCollection, traverseMap, traverseProperty
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.jmeter.config.ConfigElement
clone
 

Constructor Detail

CSVDataSet

public CSVDataSet()
Method Detail

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)

Apache JMeter

Copyright © 1998-2007 Apache Software Foundation. All Rights Reserved.