Class TranslateFunction
java.lang.Object
org.citrusframework.functions.core.TranslateFunction
- All Implemented Interfaces:
Function
Function searches for occurrences of a given character sequence and replaces all
findings with given replacement string.
-
Field Summary
Fields inherited from interface org.citrusframework.functions.Function
functions, logger, RESOURCE_PATH -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TranslateFunction
public TranslateFunction()
-
-
Method Details
-
execute
- Specified by:
executein interfaceFunction- Throws:
InvalidFunctionUsageException- See Also:
-