Uses of Class
org.jruby.RubyInstanceConfig

Packages that use RubyInstanceConfig
org.jruby   
org.jruby.javasupport   
 

Uses of RubyInstanceConfig in org.jruby
 

Methods in org.jruby that return RubyInstanceConfig
 RubyInstanceConfig Ruby.getInstanceConfig()
           
 

Methods in org.jruby with parameters of type RubyInstanceConfig
static Ruby Ruby.newInstance(RubyInstanceConfig config)
          Returns a new instance of the JRuby runtime configured as specified.
 

Constructors in org.jruby with parameters of type RubyInstanceConfig
Main(RubyInstanceConfig config)
           
 

Uses of RubyInstanceConfig in org.jruby.javasupport
 

Methods in org.jruby.javasupport with parameters of type RubyInstanceConfig
static Ruby JavaEmbedUtils.initialize(java.util.List loadPaths, RubyInstanceConfig config)
          Get an instance of a JRuby runtime.
 



Copyright © 2002-2007 JRuby Team. All Rights Reserved.