Uses of Enum Class
org.jruby.embed.LocalContextScope
Packages that use LocalContextScope
-
Uses of LocalContextScope in org.jruby.embed
Methods in org.jruby.embed that return LocalContextScopeModifier and TypeMethodDescriptionstatic LocalContextScope
Returns the enum constant of this class with the specified name.static LocalContextScope[]
LocalContextScope.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jruby.embed with parameters of type LocalContextScopeModifierConstructorDescriptionIsolatedScriptingContainer
(LocalContextScope scope, LocalVariableBehavior behavior) IsolatedScriptingContainer
(LocalContextScope scope, LocalVariableBehavior behavior, boolean lazy) 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) -
Uses of LocalContextScope in org.jruby.embed.osgi
Constructors in org.jruby.embed.osgi with parameters of type LocalContextScopeModifierConstructorDescriptionOSGiIsolatedScriptingContainer
(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. -
Uses of LocalContextScope in org.jruby.embed.util
Methods in org.jruby.embed.util that return LocalContextScopeModifier and TypeMethodDescriptionstatic LocalContextScope
SystemPropertyCatcher.getScope
(LocalContextScope defaultScope) Gets a local context scope from System property.Methods in org.jruby.embed.util with parameters of type LocalContextScopeModifier and TypeMethodDescriptionstatic LocalContextScope
SystemPropertyCatcher.getScope
(LocalContextScope defaultScope) Gets a local context scope from System property.