Package com.consol.citrus.functions
Class FunctionParameterHelper
- java.lang.Object
-
- com.consol.citrus.functions.FunctionParameterHelper
-
public final class FunctionParameterHelper extends Object
Helper class parsing a parameter string and converting the tokens to a parameter list.- Author:
- Christoph Deppisch
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<String>getParameterList(String parameterString)Convert a parameter string to a list of parameters.
-