| 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 | 
|---|
| 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. | 
| 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) | 
| 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-2015 JRuby. All Rights Reserved.