Uses of Enum
org.jruby.embed.LocalContextScope
Packages that use LocalContextScope
Package
Description
JRuby Embed OSGi support
-
Uses of LocalContextScope in org.jruby.embed
Fields in org.jruby.embed declared as LocalContextScopeMethods in org.jruby.embed that return LocalContextScopeModifier and TypeMethodDescriptionstatic LocalContextScopeReturns 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.Methods in org.jruby.embed with parameters of type LocalContextScopeModifier and TypeMethodDescription(package private) static LocalContextProviderScriptingContainer.getProviderInstance(LocalContextScope scope, LocalVariableBehavior behavior, boolean lazy) 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) -
Uses of LocalContextScope in org.jruby.embed.util
Methods in org.jruby.embed.util that return LocalContextScopeModifier and TypeMethodDescriptionstatic LocalContextScopeSystemPropertyCatcher.getScope(LocalContextScope defaultScope) Gets a local context scope from System property.Methods in org.jruby.embed.util with parameters of type LocalContextScopeModifier and TypeMethodDescriptionstatic LocalContextScopeSystemPropertyCatcher.getScope(LocalContextScope defaultScope) Gets a local context scope from System property.