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 TypeClassDescriptionclassThe 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 TypeClassDescriptionclassadds some helper methods to add Bundle to the LOAD_PATH or GEM_PATH using the IsolatedScriptingContainer as base.classHelpers 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 voidSystemPropertyCatcher.setClassLoader(ScriptingContainer container) Sets classloader based on System property.static voidSystemPropertyCatcher.setConfiguration(ScriptingContainer container) Sets configuration parameters given by System properties.static voidSystemPropertyCatcher.setJRubyHome(ScriptingContainer container) Deprecated.