Package org.luwrain.script.core
Class ScriptCore
java.lang.Object
org.luwrain.script.core.ScriptCore
- All Implemented Interfaces:
AutoCloseable,HookContainer
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.luwrain.core.HookContainer
HookContainer.Hook, HookContainer.HookResult, HookContainer.HookRunner -
Constructor Summary
ConstructorsConstructorDescriptionScriptCore(Luwrain luwrain) ScriptCore(Luwrain luwrain, Bindings bindings) ScriptCore(Luwrain luwrain, org.luwrain.script.core.InternalCoreFuncs internalCoreFuncs, Bindings bindings) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Command[]voidvoidload(ScriptSource scriptSource) booleanrunHooks(String hookName, HookContainer.HookRunner runner)
-
Constructor Details
-
ScriptCore
-
ScriptCore
-
ScriptCore
-
-
Method Details
-
close
public void close()- Specified by:
closein interfaceAutoCloseable
-
load
- Throws:
IOException
-
load
- Throws:
IOException
-
runHooks
- Specified by:
runHooksin interfaceHookContainer
-
getExtObjects
-
getCommands
-