Class URLRewritingModifierWrapper.URLRewritingModifierWrapperBuilder<C extends URLRewritingModifierWrapper,B extends URLRewritingModifierWrapper.URLRewritingModifierWrapperBuilder<C,B>>
- java.lang.Object
-
- org.anasoid.jmc.core.wrapper.jmeter.testelement.basic.AbstractBasicTestElementWrapper.AbstractBasicTestElementWrapperBuilder<T,C,B>
-
- org.anasoid.jmc.core.wrapper.jmeter.testelement.basic.AbstractBasicChildTestElementWrapper.AbstractBasicChildTestElementWrapperBuilder<org.apache.jmeter.protocol.http.modifier.URLRewritingModifier,C,B>
-
- org.anasoid.jmc.core.wrapper.jmeter.protocol.http.modifier.URLRewritingModifierWrapper.URLRewritingModifierWrapperBuilder<C,B>
-
- All Implemented Interfaces:
JmcWrapperBuilder<C>
- Enclosing class:
- URLRewritingModifierWrapper
public abstract static class URLRewritingModifierWrapper.URLRewritingModifierWrapperBuilder<C extends URLRewritingModifierWrapper,B extends URLRewritingModifierWrapper.URLRewritingModifierWrapperBuilder<C,B>> extends AbstractBasicChildTestElementWrapper.AbstractBasicChildTestElementWrapperBuilder<org.apache.jmeter.protocol.http.modifier.URLRewritingModifier,C,B>
-
-
Constructor Summary
Constructors Constructor Description URLRewritingModifierWrapperBuilder()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected B$fillValuesFrom(C instance)abstract Cbuild()build Wrapper.protected abstract Bself()java.lang.StringtoString()BwithArgumentName(java.lang.String argumentName)BwithCache(boolean cache)BwithEncode(boolean encode)BwithPathExtension(boolean pathExtension)BwithPathExtensionNoEquals(boolean pathExtensionNoEquals)BwithPathExtensionNoQuestionmark(boolean pathExtensionNoQuestionmark)-
Methods inherited from class org.anasoid.jmc.core.wrapper.jmeter.testelement.basic.AbstractBasicChildTestElementWrapper.AbstractBasicChildTestElementWrapperBuilder
withComment, withEnabled, withName
-
Methods inherited from class org.anasoid.jmc.core.wrapper.jmeter.testelement.basic.AbstractBasicTestElementWrapper.AbstractBasicTestElementWrapperBuilder
addTags, withIsInitialized, withTags
-
-
-
-
Method Detail
-
$fillValuesFrom
protected B $fillValuesFrom(C instance)
- Overrides:
$fillValuesFromin classAbstractBasicChildTestElementWrapper.AbstractBasicChildTestElementWrapperBuilder<org.apache.jmeter.protocol.http.modifier.URLRewritingModifier,C extends URLRewritingModifierWrapper,B extends URLRewritingModifierWrapper.URLRewritingModifierWrapperBuilder<C,B>>
-
self
protected abstract B self()
- Specified by:
selfin classAbstractBasicChildTestElementWrapper.AbstractBasicChildTestElementWrapperBuilder<org.apache.jmeter.protocol.http.modifier.URLRewritingModifier,C extends URLRewritingModifierWrapper,B extends URLRewritingModifierWrapper.URLRewritingModifierWrapperBuilder<C,B>>
-
build
public abstract C build()
Description copied from interface:JmcWrapperBuilderbuild Wrapper.- Specified by:
buildin interfaceJmcWrapperBuilder<C extends URLRewritingModifierWrapper>- Specified by:
buildin classAbstractBasicChildTestElementWrapper.AbstractBasicChildTestElementWrapperBuilder<org.apache.jmeter.protocol.http.modifier.URLRewritingModifier,C extends URLRewritingModifierWrapper,B extends URLRewritingModifierWrapper.URLRewritingModifierWrapperBuilder<C,B>>
-
withArgumentName
public B withArgumentName(java.lang.String argumentName)
- Returns:
this.
-
withPathExtension
public B withPathExtension(boolean pathExtension)
- Returns:
this.
-
withPathExtensionNoEquals
public B withPathExtensionNoEquals(boolean pathExtensionNoEquals)
- Returns:
this.
-
withPathExtensionNoQuestionmark
public B withPathExtensionNoQuestionmark(boolean pathExtensionNoQuestionmark)
- Returns:
this.
-
withCache
public B withCache(boolean cache)
- Returns:
this.
-
withEncode
public B withEncode(boolean encode)
- Returns:
this.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classAbstractBasicChildTestElementWrapper.AbstractBasicChildTestElementWrapperBuilder<org.apache.jmeter.protocol.http.modifier.URLRewritingModifier,C extends URLRewritingModifierWrapper,B extends URLRewritingModifierWrapper.URLRewritingModifierWrapperBuilder<C,B>>
-
-