Package | Description |
---|---|
org.jruby.embed | |
org.jruby.embed.osgi |
JRuby Embed OSGi support
|
Modifier and Type | Class and Description |
---|---|
class |
IsolatedScriptingContainer
the IsolatedScriptingContainer detects the whether it is used with
a Thread.currentThread.contextClassLoader (J2EE) or with the classloader
which loaded IsolatedScriptingContainer.class (OSGi case)
the setup of LOAD_PATH and GEM_PATH and JRUBY_HOME uses ONLY uri: or uri:classloader:
protocol paths.
|
class |
ScriptingContainer
ScriptingContainer provides various methods and resources that are useful
for embedding Ruby in Java.
|
Modifier and Type | Class and Description |
---|---|
class |
OSGiScriptingContainer
Helpers to create a ScriptingContainer and set it up so it lives as well
as possible in the OSGi world.
|
Copyright © 2001-2014 JRuby. All Rights Reserved.