kg.apc.jmeter.config
Class VariablesFromCSVFile

java.lang.Object
  extended by org.apache.jmeter.testelement.AbstractTestElement
      extended by org.apache.jmeter.config.ConfigTestElement
          extended by kg.apc.jmeter.config.VariablesFromCSVFile
All Implemented Interfaces:
Serializable, Cloneable, org.apache.jmeter.config.ConfigElement, org.apache.jmeter.engine.event.LoopIterationListener, org.apache.jmeter.engine.util.NoThreadClone, org.apache.jmeter.gui.Searchable, org.apache.jmeter.testbeans.TestBean, org.apache.jmeter.testelement.TestElement

Deprecated.

public class VariablesFromCSVFile
extends org.apache.jmeter.config.ConfigTestElement
implements org.apache.jmeter.testbeans.TestBean, org.apache.jmeter.engine.event.LoopIterationListener, org.apache.jmeter.engine.util.NoThreadClone

Author:
apc
See Also:
CSVDataSet, Serialized Form

Field Summary
 
Fields inherited from class org.apache.jmeter.config.ConfigTestElement
PASSWORD, USERNAME
 
Fields inherited from interface org.apache.jmeter.testelement.TestElement
COMMENTS, ENABLED, GUI_CLASS, NAME, TEST_CLASS
 
Constructor Summary
VariablesFromCSVFile()
          Deprecated.  
 
Method Summary
 String getDelimiter()
          Deprecated.  
 String getFilename()
          Deprecated.  
 String getVariablesPrefix()
          Deprecated.  
 void iterationStart(org.apache.jmeter.engine.event.LoopIterationEvent iterEvent)
          Deprecated.  
 void setDelimiter(String delimiter)
          Deprecated.  
 void setFilename(String filename)
          Deprecated.  
 void setVariablesPrefix(String variableNames)
          Deprecated.  
 
Methods inherited from class org.apache.jmeter.config.ConfigTestElement
addConfigElement, addTestElement, expectsModification
 
Methods inherited from class org.apache.jmeter.testelement.AbstractTestElement
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, 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

VariablesFromCSVFile

public VariablesFromCSVFile()
Deprecated. 
Method Detail

getFilename

public String getFilename()
Deprecated. 
Returns:

setFilename

public void setFilename(String filename)
Deprecated. 
Parameters:
filename -

getVariablesPrefix

public String getVariablesPrefix()
Deprecated. 
Returns:

setVariablesPrefix

public void setVariablesPrefix(String variableNames)
Deprecated. 
Parameters:
variableNames -

getDelimiter

public String getDelimiter()
Deprecated. 
Returns:

setDelimiter

public void setDelimiter(String delimiter)
Deprecated. 
Parameters:
delimiter -

iterationStart

public void iterationStart(org.apache.jmeter.engine.event.LoopIterationEvent iterEvent)
Deprecated. 
Specified by:
iterationStart in interface org.apache.jmeter.engine.event.LoopIterationListener


Copyright © 2014. All Rights Reserved.