Uses of Interface
jdk.nashorn.api.scripting.ClassFilter
Package | Description |
---|---|
jdk.nashorn.api.scripting |
This package provides the
javax.script integration, which is the preferred way to use Nashorn. |
-
Uses of ClassFilter in jdk.nashorn.api.scripting
Methods in jdk.nashorn.api.scripting with parameters of type ClassFilter Modifier and Type Method Description ScriptEngine
NashornScriptEngineFactory. getScriptEngine(String[] args, ClassLoader appLoader, ClassFilter classFilter)
Deprecated, for removal: This API element is subject to removal in a future version.Create a new Script engine initialized with the given arguments, class loader and class filter.ScriptEngine
NashornScriptEngineFactory. getScriptEngine(ClassFilter classFilter)
Deprecated, for removal: This API element is subject to removal in a future version.Create a new Script engine initialized with the given class filter.