Class PythonEnvironementBootStrapper
java.lang.Object
org.eclipse.ease.lang.python.jython.PythonEnvironementBootStrapper
- All Implemented Interfaces:
IScriptEngineLaunchExtension
Python loader. Loads initial environment module.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
createEngine
(IScriptEngine engine) Called upon a script engine creation.
-
Constructor Details
-
PythonEnvironementBootStrapper
public PythonEnvironementBootStrapper()
-
-
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
-