Uses of Interface
com.googlecode.aviator.FunctionLoader
-
Packages that use FunctionLoader Package Description com.googlecode.aviator -
-
Uses of FunctionLoader in com.googlecode.aviator
Classes in com.googlecode.aviator that implement FunctionLoader Modifier and Type Class Description class
ClassPathConfigFunctionLoader
A function loader that loads function from classpath config file.Fields in com.googlecode.aviator with type parameters of type FunctionLoader Modifier and Type Field Description private java.util.List<FunctionLoader>
AviatorEvaluatorInstance. functionLoaders
function loader listMethods in com.googlecode.aviator with parameters of type FunctionLoader Modifier and Type Method Description static void
AviatorEvaluator. addFunctionLoader(FunctionLoader loader)
Adds a function loader.void
AviatorEvaluatorInstance. addFunctionLoader(FunctionLoader loader)
Adds a function loaderstatic void
AviatorEvaluator. removeFunctionLoader(FunctionLoader loader)
Removes a function loader.void
AviatorEvaluatorInstance. removeFunctionLoader(FunctionLoader loader)
Remove a function loader
-