Uses of Interface
org.jruby.embed.EmbedRubyInstanceConfigAdapter
Packages that use EmbedRubyInstanceConfigAdapter
-
Uses of EmbedRubyInstanceConfigAdapter in org.jruby.embed
Classes in org.jruby.embed that implement EmbedRubyInstanceConfigAdapterModifier and TypeClassDescriptionclass
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 provides various methods and resources that are useful for embedding Ruby in Java. -
Uses of EmbedRubyInstanceConfigAdapter in org.jruby.embed.osgi
Classes in org.jruby.embed.osgi that implement EmbedRubyInstanceConfigAdapterModifier and TypeClassDescriptionclass
adds some helper methods to add Bundle to the LOAD_PATH or GEM_PATH using the IsolatedScriptingContainer as base.class
Helpers to create a ScriptingContainer and set it up so it lives as well as possible in the OSGi world.