Class NashornBootstrapper
java.lang.Object
org.eclipse.ease.lang.javascript.nashorn.NashornBootstrapper
- All Implemented Interfaces:
IScriptEngineLaunchExtension
public class NashornBootstrapper extends Object implements IScriptEngineLaunchExtension
-
Constructor Summary
Constructors Constructor Description NashornBootstrapper()
-
Method Summary
Modifier and Type Method Description void
createEngine(IScriptEngine engine)
Called upon a script engine creation.
-
Constructor Details
-
NashornBootstrapper
public NashornBootstrapper()
-
-
Method Details
-
createEngine
Description copied from interface:IScriptEngineLaunchExtension
Called upon a script engine creation. As there might be multiple launch extensions, this might not be the only contribution to the script engine.- Specified by:
createEngine
in interfaceIScriptEngineLaunchExtension
- Parameters:
engine
- engine just created
-