|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jmeter.testelement.AbstractTestElement
org.apache.jmeter.config.ConfigTestElement
org.apache.jmeter.config.Arguments
kg.apc.jmeter.config.VariablesFromCSV
public class VariablesFromCSV
| 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 |
|---|
public static final String VARIABLE_PREFIX
public static final String FILENAME
public static final String SEPARATOR
public static final String SKIP_LINES
public static final int SKIP_LINES_DEFAULT
public static final String STORE_SYS_PROP
| Constructor Detail |
|---|
public VariablesFromCSV()
| Method Detail |
|---|
public Map<String,String> getArgumentsAsMap()
getArgumentsAsMap in class org.apache.jmeter.config.Argumentspublic String getVariablePrefix()
public void setVariablePrefix(String prefix)
public String getFileName()
public void setFileName(String filename)
public String getSeparator()
public void setSeparator(String separator)
public int getSkipLines()
public void setSkipLines(int skipLines)
public boolean isStoreAsSystemProperty()
public void setStoreAsSystemProperty(boolean storeAsSysProp)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||