public abstract class RhinoInstallable extends java.lang.Object implements ScriptExecutor.Installable
ScriptExecutor.Installable that want to install into a Rhino Scriptable scope.| Constructor and Description |
|---|
RhinoInstallable() |
public void install(java.lang.Object installTarget)
throws ScriptingEngineException
ScriptExecutor.Installableinstall in interface ScriptExecutor.InstallableinstallTarget - an engine specific object suitable to install extensions to.ScriptingEngineException - installation failed.public abstract void install(Scriptable installScope)
Scriptable scope.install in interface ScriptExecutor.InstallableinstallScope - an engine specific object suitable to install extensions to.