Uses of Class
org.jruby.util.ClassCache

Packages that use ClassCache
org.jruby   
org.jruby.javasupport   
 

Uses of ClassCache in org.jruby
 

Methods in org.jruby that return ClassCache
 ClassCache RubyInstanceConfig.getClassCache()
           
 

Methods in org.jruby with parameters of type ClassCache
 void RubyInstanceConfig.setClassCache(ClassCache classCache)
           
 

Uses of ClassCache in org.jruby.javasupport
 

Methods in org.jruby.javasupport that return ClassCache
static ClassCache JavaEmbedUtils.createClassCache(java.lang.ClassLoader loader)
          Generate a class cache.
 

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



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