public static interface ScriptExecutor.Installable
| Modifier and Type | Method and Description |
|---|---|
void |
install(java.lang.Object installTarget)
Does the installation.
|
void install(java.lang.Object installTarget)
throws ScriptingEngineException
installTarget - an engine specific object suitable to install extensions to.ScriptingEngineException - installation failed.