Package com.lucidworks.apollo.util
Class NotReallyCompiledScript
java.lang.Object
javax.script.CompiledScript
com.lucidworks.apollo.util.NotReallyCompiledScript
Deprecated.
we have a control over the script engine, and we should not use not compilable engines
I hope this class is not really used anywhere
A fake CompiledScript that just wraps a script string and engine
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.script.CompiledScript
eval, eval
-
Constructor Details
-
NotReallyCompiledScript
Deprecated.
-
-
Method Details
-
eval
Deprecated.- Specified by:
evalin classCompiledScript- Throws:
ScriptException
-
getEngine
Deprecated.- Specified by:
getEnginein classCompiledScript
-