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 TypeClassDescriptionclassA 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.functionLoadersfunction loader listMethods in com.googlecode.aviator with parameters of type FunctionLoaderModifier and TypeMethodDescriptionstatic voidAviatorEvaluator.addFunctionLoader(FunctionLoader loader) Adds a function loader.voidAviatorEvaluatorInstance.addFunctionLoader(FunctionLoader loader) Adds a function loaderstatic voidAviatorEvaluator.removeFunctionLoader(FunctionLoader loader) Removes a function loader.voidAviatorEvaluatorInstance.removeFunctionLoader(FunctionLoader loader) Remove a function loader