org.apache.jmeter.functions.util
public final class: ArgumentDecoder [javadoc |
source]
java.lang.Object
org.apache.jmeter.functions.util.ArgumentDecoder
Decodes an Argument by replacing '\x' with 'x'
Method from org.apache.jmeter.functions.util.ArgumentDecoder Summary: |
---|
decode |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from org.apache.jmeter.functions.util.ArgumentDecoder Detail: |
public static String decode(String s) {
return util.substitute(expression, s);
}
|