|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LocalContextScope | |
---|---|
org.jruby.embed | |
org.jruby.embed.osgi | JRuby Embed OSGi support |
org.jruby.embed.util |
Uses of LocalContextScope in org.jruby.embed |
---|
Methods in org.jruby.embed that return LocalContextScope | |
---|---|
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. |
Constructors in org.jruby.embed with parameters of type LocalContextScope | |
---|---|
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. |
Uses of LocalContextScope in org.jruby.embed.osgi |
---|
Constructors in org.jruby.embed.osgi with parameters of type LocalContextScope | |
---|---|
OSGiScriptingContainer(org.osgi.framework.Bundle creator,
LocalContextScope scope,
LocalVariableBehavior behavior)
|
Uses of LocalContextScope in org.jruby.embed.util |
---|
Methods in org.jruby.embed.util that return LocalContextScope | |
---|---|
static LocalContextScope |
SystemPropertyCatcher.getScope(LocalContextScope defaultScope)
Gets a local context scope from System property. |
Methods in org.jruby.embed.util with parameters of type LocalContextScope | |
---|---|
static LocalContextScope |
SystemPropertyCatcher.getScope(LocalContextScope defaultScope)
Gets a local context scope from System property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |