public class BootStrapper extends Object implements IScriptEngineLaunchExtension
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 and Description |
---|
BootStrapper() |
Modifier and Type | Method and Description |
---|---|
void |
createEngine(IScriptEngine engine)
Called upon a script engine creation.
|
static IModuleWrapper |
getWrapper(String engineID) |
public void createEngine(IScriptEngine engine)
IScriptEngineLaunchExtension
createEngine
in interface IScriptEngineLaunchExtension
engine
- engine just createdpublic static IModuleWrapper getWrapper(String engineID)