Package org.apache.jmeter.extractor
Class RegexExtractorSchema
-
- All Implemented Interfaces:
@API(status = API.Status.EXPERIMENTAL, since = "5.6") public abstract class RegexExtractorSchema extends AbstractScopedTestElementSchemaLists properties of a RegexExtractor.
- Since:
5.6
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRegexExtractorSchema.INSTANCE
-
Field Summary
Fields Modifier and Type Field Description private final StringPropertyDescriptor<RegexExtractorSchema>matchTargetprivate final StringPropertyDescriptor<RegexExtractorSchema>regularExpressionprivate final StringPropertyDescriptor<RegexExtractorSchema>referenceNameprivate final IntegerPropertyDescriptor<RegexExtractorSchema>matchNumberprivate final StringPropertyDescriptor<RegexExtractorSchema>defaultprivate final BooleanPropertyDescriptor<RegexExtractorSchema>defaultIsEmptyprivate final StringPropertyDescriptor<RegexExtractorSchema>templateprivate final StringPropertyDescriptor<TestElementSchema>commentsprivate final BooleanPropertyDescriptor<TestElementSchema>enabledprivate final Map<String, BasePropertyGroupSchema<?>>groupsprivate final ClassPropertyDescriptor<TestElementSchema, JMeterGUIComponent>guiClassprivate final StringPropertyDescriptor<TestElementSchema>nameprivate final Map<String, PropertyDescriptor<?, ?>>propertiesprivate final StringPropertyDescriptor<AbstractScopedTestElementSchema>scopeprivate final StringscopeNameprivate final ClassPropertyDescriptor<TestElementSchema, Object>testClasspublic final static RegexExtractorSchema.INSTANCEINSTANCE
-
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()
-
-
-
-