Uses of Interface
org.jruby.runtime.load.Library

Packages that use Library
org.jruby.internal.runtime.load   
org.jruby.libraries   
org.jruby.runtime.load   
org.jruby.util   
 

Uses of Library in org.jruby.internal.runtime.load
 

Methods in org.jruby.internal.runtime.load with parameters of type Library
 void LoadService.registerBuiltin(java.lang.String name, Library library)
           
 

Uses of Library in org.jruby.libraries
 

Classes in org.jruby.libraries that implement Library
 class RbConfig
           
 class ThreadLibrary
           
 

Uses of Library in org.jruby.runtime.load
 

Classes in org.jruby.runtime.load that implement Library
 class ExternalScript
           
 class JarredScript
          Loading of Ruby scripts packaged in Jar files.
 

Methods in org.jruby.runtime.load with parameters of type Library
 void ILoadService.registerBuiltin(java.lang.String name, Library library)
           
 

Uses of Library in org.jruby.util
 

Classes in org.jruby.util that implement Library
 class BuiltinScript
          Loading of pre-parsed, serialized, Ruby scripts that are built into JRuby.
 



Copyright © 2002 Jan Arne Petersen. All Rights Reserved.