Uses of Class
org.jruby.runtime.load.LoadService

Packages that use LoadService
org.jruby   
org.jruby.test   
 

Uses of LoadService in org.jruby
 

Methods in org.jruby that return LoadService
 LoadService RubyInstanceConfig.LoadServiceCreator.create(Ruby runtime)
           
 LoadService RubyInstanceConfig.createLoadService(Ruby runtime)
           
 LoadService Ruby.getLoadService()
          Returns the loadService.
 

Uses of LoadService in org.jruby.test
 

Subclasses of LoadService in org.jruby.test
protected static class TestRubyInstanceConfig.NullLoadService
           
 



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