Interface | Description |
---|---|
BasicLibraryService |
This interface should be implemented by writers of Java extensions to JRuby.
|
IAutoloadMethod | |
Library | |
LoadService.LoadSearcher | Deprecated |
Class | Description |
---|---|
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
|
LoadService.SearchState | |
LoadServiceResource |
Simple struct to capture name separate from URL.
|
LoadServiceResourceInputStream |
Enum | Description |
---|---|
LoadService.SuffixType |
Copyright © 2001-2015 JRuby. All Rights Reserved.