Package | Description |
---|---|
org.jruby.embed | |
org.jruby.embed.osgi |
JRuby Embed OSGi support
|
org.jruby.embed.util |
Modifier and Type | Method and Description |
---|---|
static LocalContextScope |
LocalContextScope.valueOf(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 |
---|
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.
|
Constructor and Description |
---|
OSGiScriptingContainer(org.osgi.framework.Bundle creator,
LocalContextScope scope,
LocalVariableBehavior behavior) |
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-2014 JRuby. All Rights Reserved.