Package | Description |
---|---|
org.jruby.embed | |
org.jruby.embed.osgi |
JRuby Embed OSGi support
|
Modifier and Type | Class and Description |
---|---|
class |
IsolatedScriptingContainer
The IsolatedScriptingContainer does set GEM_HOME and GEM_PATH and JARS_HOME
in such a way that it uses only resources which can be reached with classloader.
|
class |
ScriptingContainer
ScriptingContainer provides various methods and resources that are useful
for embedding Ruby in Java.
|
Modifier and Type | Class and Description |
---|---|
class |
OSGiIsolatedScriptingContainer
adds some helper methods to add Bundle to the LOAD_PATH or GEM_PATH using the
IsolatedScriptingContainer as base.
|
class |
OSGiScriptingContainer
Helpers to create a ScriptingContainer and set it up so it lives as well
as possible in the OSGi world.
|
Copyright © 2001-2020 JRuby. All Rights Reserved.