Uses of Class
com.consol.citrus.functions.FunctionLibrary
-
Packages that use FunctionLibrary Package Description com.consol.citrus.functions -
-
Uses of FunctionLibrary in com.consol.citrus.functions
Methods in com.consol.citrus.functions that return FunctionLibrary Modifier and Type Method Description FunctionLibraryFunctionRegistry. getLibraryForPrefix(String functionPrefix)Get library for function prefix.Methods in com.consol.citrus.functions that return types with arguments of type FunctionLibrary Modifier and Type Method Description List<FunctionLibrary>FunctionRegistry. getFunctionLibraries()Methods in com.consol.citrus.functions with parameters of type FunctionLibrary Modifier and Type Method Description voidFunctionRegistry. addFunctionLibrary(FunctionLibrary functionLibrary)Adds given function library to this registry.Method parameters in com.consol.citrus.functions with type arguments of type FunctionLibrary Modifier and Type Method Description voidFunctionRegistry. setFunctionLibraries(List<FunctionLibrary> functionLibraries)
-