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
CExtension This class wraps the ModuleLoader for loading c-extensions in JRuby.
ClassExtensionLibrary The ClassExtensionLibrary wraps a class which implements BasicLibraryService, and when asked to load the service, does a basicLoad of the BasicLibraryService.
CompiledScriptLoader  
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.
LoadService.SearchState  
LoadService19  
LoadServiceResource Simple struct to capture name separate from URL.
LoadServiceResourceInputStream  
 

Enum Summary
LoadService.SuffixType  
 

Exception Summary
LoadService.AlreadyLoaded  
 



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