Package org.citrusframework.functions
Class FunctionParameterHelper
java.lang.Object
org.citrusframework.functions.FunctionParameterHelper
Helper class parsing a parameter string and converting the tokens to a parameter list.
- Author:
- Christoph Deppisch
-
Method Summary
Modifier and TypeMethodDescriptiongetParameterList(String parameterString) Convert a parameter string to a list of parameters.
-
Method Details
-
getParameterList
Convert a parameter string to a list of parameters.- Parameters:
parameterString- comma separated parameter string.- Returns:
- list of parameters.
-