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 classClassPathConfigFunctionLoaderA 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. functionLoadersfunction loader listMethods in com.googlecode.aviator with parameters of type FunctionLoader Modifier and Type Method Description static 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
-