Uses of Class
org.jruby.embed.ScriptingContainer
Packages that use ScriptingContainer
-
Uses of ScriptingContainer in org.jruby.embed
Subclasses of ScriptingContainer in org.jruby.embedModifier 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. -
Uses of ScriptingContainer in org.jruby.embed.internal
Constructors in org.jruby.embed.internal with parameters of type ScriptingContainerModifierConstructorDescriptionEmbedRubyInterfaceAdapterImpl
(ScriptingContainer container) EmbedRubyObjectAdapterImpl
(ScriptingContainer container) EmbedRubyObjectAdapterImpl
(ScriptingContainer container, boolean wrapExceptions) EmbedRubyRuntimeAdapterImpl
(ScriptingContainer container) EmbedRubyRuntimeAdapterImpl
(ScriptingContainer container, boolean wrapExceptions) -
Uses of ScriptingContainer in org.jruby.embed.osgi
Subclasses of ScriptingContainer in org.jruby.embed.osgiModifier 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. -
Uses of ScriptingContainer in org.jruby.embed.util
Methods in org.jruby.embed.util with parameters of type ScriptingContainerModifier and TypeMethodDescriptionstatic void
SystemPropertyCatcher.setClassLoader
(ScriptingContainer container) Sets classloader based on System property.static void
SystemPropertyCatcher.setConfiguration
(ScriptingContainer container) Sets configuration parameters given by System properties.static void
SystemPropertyCatcher.setJRubyHome
(ScriptingContainer container) Deprecated.