Interface CustomFunctionsListerService
-
public interface CustomFunctionsListerService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetFunctionsList(java.lang.String script, java.lang.String type, CustomFunctionSpecVersion version)Parses the Script to return the list of functions to be used as custom function.
-
-
-
Method Detail
-
getFunctionsList
java.lang.String getFunctionsList(java.lang.String script, java.lang.String type, CustomFunctionSpecVersion version)Parses the Script to return the list of functions to be used as custom function.- Parameters:
script- client lib script to be parsed.type- The type of the client lib.version- The Version of AF for which the clientlib needs to be parsed
-
-