public class RegExUserParameters
extends org.apache.jmeter.testelement.AbstractTestElement
implements java.io.Serializable, org.apache.jmeter.processor.PreProcessor
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
REG_EX_PARAM_NAMES_GR_NR |
static java.lang.String |
REG_EX_PARAM_VALUES_GR_NR |
static java.lang.String |
REG_EX_REF_NAME |
| Constructor and Description |
|---|
RegExUserParameters() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
A new instance is created for each thread group, and the
clone() method is then called to create copies for each thread in a
thread group.
|
java.lang.String |
getRegExParamValuesGrNr() |
java.lang.String |
getRegExRefName() |
java.lang.String |
getRegParamNamesGrNr() |
void |
process() |
void |
setRegExParamNamesGrNr(java.lang.String str) |
void |
setRegExParamValuesGrNr(java.lang.String str) |
void |
setRegExRefName(java.lang.String str) |
addPropertiesValues, addProperty, addProperty, addTestElement, canRemove, clear, clearTemporary, clearTestElementChildren, 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, traversePropertypublic static final java.lang.String REG_EX_REF_NAME
public static final java.lang.String REG_EX_PARAM_NAMES_GR_NR
public static final java.lang.String REG_EX_PARAM_VALUES_GR_NR
public void process()
process in interface org.apache.jmeter.processor.PreProcessorpublic java.lang.Object clone()
clone in interface org.apache.jmeter.testelement.TestElementclone in class org.apache.jmeter.testelement.AbstractTestElementpublic void setRegExRefName(java.lang.String str)
public java.lang.String getRegExRefName()
public void setRegExParamNamesGrNr(java.lang.String str)
public java.lang.String getRegParamNamesGrNr()
public void setRegExParamValuesGrNr(java.lang.String str)
public java.lang.String getRegExParamValuesGrNr()
Copyright © 1998-2018 Apache Software Foundation. All Rights Reserved.