Package org.apache.jmeter.extractor
Class RegexExtractorSchema
-
- All Implemented Interfaces:
@API(status = API.Status.EXPERIMENTAL, since = "5.6") public abstract class RegexExtractorSchema extends AbstractScopedTestElementSchema
Lists properties of a RegexExtractor.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
RegexExtractorSchema.INSTANCE
-
Field Summary
Fields Modifier and Type Field Description private final StringPropertyDescriptor<RegexExtractorSchema>
matchTarget
private final StringPropertyDescriptor<RegexExtractorSchema>
regularExpression
private final StringPropertyDescriptor<RegexExtractorSchema>
referenceName
private final IntegerPropertyDescriptor<RegexExtractorSchema>
matchNumber
private final StringPropertyDescriptor<RegexExtractorSchema>
default
private final BooleanPropertyDescriptor<RegexExtractorSchema>
defaultIsEmpty
private final StringPropertyDescriptor<RegexExtractorSchema>
template
private final StringPropertyDescriptor<TestElementSchema>
comments
private final BooleanPropertyDescriptor<TestElementSchema>
enabled
private final Map<String, BasePropertyGroupSchema<?>>
groups
private final ClassPropertyDescriptor<TestElementSchema, JMeterGUIComponent>
guiClass
private final StringPropertyDescriptor<TestElementSchema>
name
private final Map<String, PropertyDescriptor<?, ?>>
properties
private final StringPropertyDescriptor<AbstractScopedTestElementSchema>
scope
private final String
scopeName
private final ClassPropertyDescriptor<TestElementSchema, Object>
testClass
public final static RegexExtractorSchema.INSTANCE
INSTANCE
-
Constructor Summary
Constructors Constructor Description RegexExtractorSchema()
-
Method Summary
Modifier and Type Method Description final StringPropertyDescriptor<RegexExtractorSchema>
getMatchTarget()
final StringPropertyDescriptor<RegexExtractorSchema>
getRegularExpression()
final StringPropertyDescriptor<RegexExtractorSchema>
getReferenceName()
final IntegerPropertyDescriptor<RegexExtractorSchema>
getMatchNumber()
final StringPropertyDescriptor<RegexExtractorSchema>
getDefault()
final BooleanPropertyDescriptor<RegexExtractorSchema>
getDefaultIsEmpty()
final StringPropertyDescriptor<RegexExtractorSchema>
getTemplate()
-
Methods inherited from class org.apache.jmeter.testelement.TestElementSchema
getComments, getEnabled, getGuiClass, getName, getTestClass
-
Methods inherited from class org.apache.jmeter.testelement.schema.BaseTestElementSchema
getGroupPath, getGroups, getProperties, getSubgroup, getValue, invoke, provideDelegate, provideDelegate
-
Methods inherited from class org.apache.jmeter.testelement.AbstractScopedTestElementSchema
getScope, getScopeName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getMatchTarget
final StringPropertyDescriptor<RegexExtractorSchema> getMatchTarget()
-
getRegularExpression
final StringPropertyDescriptor<RegexExtractorSchema> getRegularExpression()
-
getReferenceName
final StringPropertyDescriptor<RegexExtractorSchema> getReferenceName()
-
getMatchNumber
final IntegerPropertyDescriptor<RegexExtractorSchema> getMatchNumber()
-
getDefault
final StringPropertyDescriptor<RegexExtractorSchema> getDefault()
-
getDefaultIsEmpty
final BooleanPropertyDescriptor<RegexExtractorSchema> getDefaultIsEmpty()
-
getTemplate
final StringPropertyDescriptor<RegexExtractorSchema> getTemplate()
-
-
-
-