Uses of Class
org.jruby.RubyInstanceConfig

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

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)
           
RubyInstanceConfig(RubyInstanceConfig parentConfig)
           
 

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.
 

Uses of RubyInstanceConfig in org.jruby.parser
 

Constructors in org.jruby.parser with parameters of type RubyInstanceConfig
ParserConfiguration(KCode kCode, int lineNumber, boolean extraPositionInformation, boolean inlineSource, boolean isFileParse, RubyInstanceConfig config)
           
 



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