Package org.jruby.runtime.load

Interface Summary
BasicLibraryService This interface should be implemented by writers of Java extensions to JRuby.
IAutoloadMethod  
Library  
LoadService.LoadSearcher  
 

Class Summary
ClassExtensionLibrary The ClassExtensionLibrary wraps a class which implements BasicLibraryService, and when asked to load the service, does a basicLoad of the BasicLibraryService.
ExternalScript  
JarredScript Loading of Ruby scripts packaged in Jar files.
JavaCompiledScript  
LoadService How require works in JRuby When requiring a name from Ruby, JRuby will first remove any file extension it knows about, thereby making it possible to use this string to see if JRuby has already loaded the name in question.
LoadServiceResource Simple struct to capture name seperate from URL.
 

Exception Summary
 



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