Java jdk.nashorn.api.scripting NashornScriptEngineFactory fields, constructors, methods, implement or subclass

Example usage for Java jdk.nashorn.api.scripting NashornScriptEngineFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for jdk.nashorn.api.scripting NashornScriptEngineFactory.

The text is from its open source code.

Constructor

Method

StringgetEngineVersion()
ListgetExtensions()
ScriptEnginegetScriptEngine(final ClassLoader appLoader)
Create a new Script engine initialized with the given class loader.
ScriptEnginegetScriptEngine(final ClassFilter classFilter)
Create a new Script engine initialized with the given class filter.
ScriptEnginegetScriptEngine(final String... args)
Create a new Script engine initialized with the given arguments.
ScriptEnginegetScriptEngine()
ScriptEnginegetScriptEngine(final String[] args, final ClassLoader appLoader)
Create a new Script engine initialized with the given arguments and the given class loader.