Package org.citrusframework.functions
Interface Function
public interface Function
General function interface.
- Author:
- Christoph Deppisch
-
Field Summary
Fields -
Method Summary
-
Field Details
-
logger
static final org.slf4j.Logger loggerLogger -
RESOURCE_PATH
Function resource lookup path- See Also:
-
functions
-
-
Method Details
-
lookup
Resolves all available functions from resource path lookup. Scans classpath for function meta information and instantiates those functions.- Returns:
-
execute
Method called on execution.- Parameters:
parameterList- list of function arguments.context-- Returns:
- function result as string.
-