Class ClassPathConfigFunctionLoader

java.lang.Object
com.googlecode.aviator.ClassPathConfigFunctionLoader
All Implemented Interfaces:
FunctionLoader

public class ClassPathConfigFunctionLoader extends Object implements FunctionLoader
A function loader that loads function from classpath config file.
  • Field Details

    • CUSTOM_FUNCTION_LIST_FILE

      private static String CUSTOM_FUNCTION_LIST_FILE
    • totalCustomFunctions

      private static int totalCustomFunctions
    • functions

      private Map<String,AviatorFunction> functions
  • Constructor Details

    • ClassPathConfigFunctionLoader

      private ClassPathConfigFunctionLoader()
  • Method Details