| Package | Description |
|---|---|
| org.jruby.embed | |
| org.jruby.embed.osgi |
Extends the jruby.embed APIs.
|
| org.jruby.embed.util |
| Modifier and Type | Method and Description |
|---|---|
static LocalContextScope |
LocalContextScope.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LocalContextScope[] |
LocalContextScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
IsolatedScriptingContainer(LocalContextScope scope) |
IsolatedScriptingContainer(LocalContextScope scope,
LocalVariableBehavior behavior) |
IsolatedScriptingContainer(LocalContextScope scope,
LocalVariableBehavior behavior,
boolean lazy) |
ScriptingContainer(LocalContextScope scope)
Constructs a ScriptingContainer with a specified local context type.
|
ScriptingContainer(LocalContextScope scope,
LocalVariableBehavior behavior)
Constructs a ScriptingContainer with a specified local context type and
variable behavior.
|
ScriptingContainer(LocalContextScope scope,
LocalVariableBehavior behavior,
boolean lazy)
Constructs a ScriptingContainer with a specified local context scope, local variable behavior and laziness.
|
ScriptingContainer(LocalContextScope scope,
LocalVariableBehavior behavior,
boolean lazy,
boolean wrapExceptions) |
| Constructor and Description |
|---|
OSGiIsolatedScriptingContainer(LocalContextScope scope) |
OSGiIsolatedScriptingContainer(LocalContextScope scope,
LocalVariableBehavior behavior) |
OSGiIsolatedScriptingContainer(LocalContextScope scope,
LocalVariableBehavior behavior,
boolean lazy) |
OSGiScriptingContainer(org.osgi.framework.Bundle creator,
LocalContextScope scope,
LocalVariableBehavior behavior)
A scripting container where the classloader can find classes in
the osgi creator bundle and where the jruby home is set to point to
the one in the jruby's bundle home folder.
|
| Modifier and Type | Method and Description |
|---|---|
static LocalContextScope |
SystemPropertyCatcher.getScope(LocalContextScope defaultScope)
Gets a local context scope from System property.
|
| Modifier and Type | Method and Description |
|---|---|
static LocalContextScope |
SystemPropertyCatcher.getScope(LocalContextScope defaultScope)
Gets a local context scope from System property.
|
Copyright © 2001-2023 JRuby. All Rights Reserved.