| Package | Description |
|---|---|
| org.rhq.bindings | |
| org.rhq.bindings.script |
| Modifier and Type | Method and Description |
|---|---|
static ScriptEngine |
ScriptEngineFactory.getScriptEngine(String language,
PackageFinder packageFinder,
StandardBindings bindings)
Initializes the script engine for given language.
|
static ScriptEngine |
ScriptEngineFactory.getSecuredScriptEngine(String language,
PackageFinder packageFinder,
StandardBindings bindings,
PermissionCollection permissions)
This method is similar to the
#getScriptEngine(String, PackageFinder, StandardBindings, ScriptSourceProvider...) method
but additionally applies a security wrapper on the returned script engine so that the scripts execute
with the provided java permissions. |
static void |
ScriptEngineFactory.injectStandardBindings(ScriptEngine engine,
StandardBindings bindings,
boolean deleteExistingBindings,
ScriptSourceProvider... scriptSourceProviders)
Injects the values provided in the bindings into the
engine scope
of the provided script engine. |
void |
StandardBindings.RhqFacadeChangeListener.rhqFacadeChanged(StandardBindings bindings) |
| Modifier and Type | Method and Description |
|---|---|
void |
RepoScriptSourceProvider.rhqFacadeChanged(StandardBindings bindings) |
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.