Class ClassPathConfigFunctionLoader
java.lang.Object
com.googlecode.aviator.ClassPathConfigFunctionLoader
- All Implemented Interfaces:
FunctionLoader
A function loader that loads function from classpath config file.
- Author:
- dennis
-
Method Summary
Modifier and TypeMethodDescriptiononFunctionNotFound(String name) Invoked when function not found, The implementation must returns null when function not found.
-
Method Details
-
getInstance
-
onFunctionNotFound
Description copied from interface:FunctionLoaderInvoked when function not found, The implementation must returns null when function not found.- Specified by:
onFunctionNotFoundin interfaceFunctionLoader- Parameters:
name- function name
-