Interface IScriptEngineFactory
-
public interface IScriptEngineFactory
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEFAULT_LANGUAGE
static String
GRAAL_JS
static String
GROOVY
static String
JDK_11_CLASS_FILTER_CLAZZ
static String
JDK_11_SCRIPT_ENGINE_FACTORY
static String
JDK_17_CLASS_FILTER_CLAZZ
static String
JDK_17_SCRIPT_ENGINE_FACTORY
static String
JDK17_NASHORN_FACTORY_CLAZZ
static String
JDK17_OPENJDK_NASHORN
static String
JDK8OR11_NASHORN_FACTORY_CLAZZ
static String
JDK8OR11_ORACLE_NASHORN
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ScriptEngine
createScriptEngine(ClassLoader cl, Map<String,Object> contextAdditions, ScriptEngineFactory scriptEngineFactory)
-
-
-
Field Detail
-
DEFAULT_LANGUAGE
static final String DEFAULT_LANGUAGE
- See Also:
- Constant Field Values
-
GROOVY
static final String GROOVY
- See Also:
- Constant Field Values
-
GRAAL_JS
static final String GRAAL_JS
- See Also:
- Constant Field Values
-
JDK8OR11_ORACLE_NASHORN
static final String JDK8OR11_ORACLE_NASHORN
- See Also:
- Constant Field Values
-
JDK8OR11_NASHORN_FACTORY_CLAZZ
static final String JDK8OR11_NASHORN_FACTORY_CLAZZ
- See Also:
- Constant Field Values
-
JDK17_OPENJDK_NASHORN
static final String JDK17_OPENJDK_NASHORN
- See Also:
- Constant Field Values
-
JDK17_NASHORN_FACTORY_CLAZZ
static final String JDK17_NASHORN_FACTORY_CLAZZ
- See Also:
- Constant Field Values
-
JDK_11_SCRIPT_ENGINE_FACTORY
static final String JDK_11_SCRIPT_ENGINE_FACTORY
- See Also:
- Constant Field Values
-
JDK_17_SCRIPT_ENGINE_FACTORY
static final String JDK_17_SCRIPT_ENGINE_FACTORY
- See Also:
- Constant Field Values
-
JDK_11_CLASS_FILTER_CLAZZ
static final String JDK_11_CLASS_FILTER_CLAZZ
- See Also:
- Constant Field Values
-
JDK_17_CLASS_FILTER_CLAZZ
static final String JDK_17_CLASS_FILTER_CLAZZ
- See Also:
- Constant Field Values
-
-
Method Detail
-
createScriptEngine
ScriptEngine createScriptEngine(ClassLoader cl, Map<String,Object> contextAdditions, ScriptEngineFactory scriptEngineFactory) throws ClassNotFoundException, NoSuchMethodException, SecurityException, IllegalAccessException, IllegalArgumentException, InvocationTargetException
-
-