Package org.apache.jmeter.extractor
Object RegexExtractorSchema.INSTANCE
-
- All Implemented Interfaces:
public class RegexExtractorSchema.INSTANCE extends RegexExtractorSchema
-
-
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
-
Method Summary
Modifier and Type Method Description -
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.extractor.RegexExtractorSchema
getDefault, getDefaultIsEmpty, getMatchNumber, getMatchTarget, getReferenceName, getRegularExpression, getTemplate -
Methods inherited from class org.apache.jmeter.testelement.TestElementSchema
getComments, getEnabled, getGuiClass, getName, getTestClass -
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
-
-