Uses of Interface
com.googlecode.aviator.FunctionLoader
Packages that use FunctionLoader
-
Uses of FunctionLoader in com.googlecode.aviator
Classes in com.googlecode.aviator that implement FunctionLoaderModifier and TypeClassDescriptionclass
A function loader that loads function from classpath config file.Fields in com.googlecode.aviator with type parameters of type FunctionLoaderModifier and TypeFieldDescriptionprivate List
<FunctionLoader> AviatorEvaluatorInstance.functionLoaders
function loader listMethods in com.googlecode.aviator with parameters of type FunctionLoaderModifier and TypeMethodDescriptionstatic 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