Uses of Interface
org.openjdk.nashorn.api.scripting.ClassFilter
Packages that use ClassFilter
Package
Description
This package provides the
javax.script
integration, which is the preferred way to use Nashorn.-
Uses of ClassFilter in org.openjdk.nashorn.api.scripting
Methods in org.openjdk.nashorn.api.scripting with parameters of type ClassFilterModifier and TypeMethodDescriptionNashornScriptEngineFactory.getScriptEngine
(String[] args, ClassLoader appLoader, ClassFilter classFilter) Create a new Script engine initialized with the given arguments, class loader and class filter.NashornScriptEngineFactory.getScriptEngine
(ClassFilter classFilter) Create a new Script engine initialized with the given class filter.