Package org.eclipse.ease.modules
Class BootStrapper
java.lang.Object
org.eclipse.ease.modules.BootStrapper
- All Implemented Interfaces:
IScriptEngineLaunchExtension
Loads basic module support for script engines. The
EnvironmentModule
provides basic functionality to manage modules, include other source files and
to print data. It will be loaded automatically when a script engine is started.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
createEngine
(IScriptEngine engine) Called upon a script engine creation.
-
Constructor Details
-
BootStrapper
public BootStrapper()
-
-
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
-