kg.apc.jmeter.config
Class VariablesFromCSV

java.lang.Object
  extended by org.apache.jmeter.testelement.AbstractTestElement
      extended by org.apache.jmeter.config.ConfigTestElement
          extended by org.apache.jmeter.config.Arguments
              extended by kg.apc.jmeter.config.VariablesFromCSV
All Implemented Interfaces:
Serializable, Cloneable, org.apache.jmeter.config.ConfigElement, org.apache.jmeter.gui.Searchable, org.apache.jmeter.testelement.TestElement

public class VariablesFromCSV
extends org.apache.jmeter.config.Arguments

Author:
Stephane Hoblingre
See Also:
Serialized Form

Field Summary
static String FILENAME
           
static String SEPARATOR
           
static String SKIP_LINES
           
static int SKIP_LINES_DEFAULT
           
static String STORE_SYS_PROP
           
static String VARIABLE_PREFIX
           
 
Fields inherited from class org.apache.jmeter.config.Arguments
ARGUMENTS
 
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
VariablesFromCSV()
           
 
Method Summary
 Map<String,String> getArgumentsAsMap()
           
 String getFileName()
           
 String getSeparator()
           
 int getSkipLines()
           
 String getVariablePrefix()
           
 boolean isStoreAsSystemProperty()
           
 void setFileName(String filename)
           
 void setSeparator(String separator)
           
 void setSkipLines(int skipLines)
           
 void setStoreAsSystemProperty(boolean storeAsSysProp)
           
 void setVariablePrefix(String prefix)
           
 
Methods inherited from class org.apache.jmeter.config.Arguments
addArgument, addArgument, addArgument, addEmptyArgument, clear, getArgument, getArgumentCount, getArguments, iterator, removeAllArguments, removeArgument, removeArgument, removeArgument, setArguments, toString
 
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, 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, wait, wait, wait
 
Methods inherited from interface org.apache.jmeter.config.ConfigElement
clone
 

Field Detail

VARIABLE_PREFIX

public static final String VARIABLE_PREFIX
See Also:
Constant Field Values

FILENAME

public static final String FILENAME
See Also:
Constant Field Values

SEPARATOR

public static final String SEPARATOR
See Also:
Constant Field Values

SKIP_LINES

public static final String SKIP_LINES
See Also:
Constant Field Values

SKIP_LINES_DEFAULT

public static final int SKIP_LINES_DEFAULT
See Also:
Constant Field Values

STORE_SYS_PROP

public static final String STORE_SYS_PROP
See Also:
Constant Field Values
Constructor Detail

VariablesFromCSV

public VariablesFromCSV()
Method Detail

getArgumentsAsMap

public Map<String,String> getArgumentsAsMap()
Overrides:
getArgumentsAsMap in class org.apache.jmeter.config.Arguments

getVariablePrefix

public String getVariablePrefix()

setVariablePrefix

public void setVariablePrefix(String prefix)

getFileName

public String getFileName()

setFileName

public void setFileName(String filename)

getSeparator

public String getSeparator()

setSeparator

public void setSeparator(String separator)

getSkipLines

public int getSkipLines()

setSkipLines

public void setSkipLines(int skipLines)

isStoreAsSystemProperty

public boolean isStoreAsSystemProperty()

setStoreAsSystemProperty

public void setStoreAsSystemProperty(boolean storeAsSysProp)


Copyright © 2014. All Rights Reserved.