Modifier and Type | Class and Description |
---|---|
class |
OSGiBundleLibrary |
Modifier and Type | Method and Description |
---|---|
protected Library |
OSGiLoadService.createLibrary(LoadService.SearchState state,
LoadServiceResource resource)
Support for 'bundle:/' to look for libraries in osgi bundles.
|
Modifier and Type | Class and Description |
---|---|
class |
DelegateLibrary |
class |
LateLoadingLibrary |
class |
ReadlineService |
class |
Timeout |
class |
WeakRefLibrary |
Modifier and Type | Class and Description |
---|---|
class |
FFIService |
Modifier and Type | Class and Description |
---|---|
class |
JRubyCoreExtLibrary |
class |
JRubyExtLibrary |
class |
JRubySynchronizedLibrary |
class |
JRubyTypeLibrary |
class |
JRubyUtilLibrary
Utilities library for all those methods that don't need the full 'java' library
to be loaded.
|
Modifier and Type | Class and Description |
---|---|
class |
Complex |
class |
Rational |
Modifier and Type | Class and Description |
---|---|
class |
PsychLibrary |
Modifier and Type | Class and Description |
---|---|
class |
RubiniusLibrary |
Modifier and Type | Class and Description |
---|---|
class |
SocketLibrary |
Modifier and Type | Class and Description |
---|---|
class |
Java |
Modifier and Type | Class and Description |
---|---|
class |
BigDecimalLibrary |
class |
DigestLibrary |
class |
EnumeratorLibrary |
class |
EtcLibrary |
class |
FcntlLibrary
Populates all the constants for Fcntl from Constantine
|
class |
FiberExtLibrary
These methods get loaded when you require 'fiber'.
|
class |
FiberLibrary
A basic implementation of Ruby 1.9 Fiber library.
|
class |
IConvLibrary |
class |
IOWaitLibrary |
class |
JRubyLibrary |
class |
JRubySerializationLibrary |
class |
MD5 |
class |
NetProtocolBufferedIOLibrary |
class |
NKFLibrary |
class |
RbConfigLibrary |
class |
RMD160 |
class |
SHA1 |
class |
SHA2 |
class |
StringIOLibrary |
class |
StringScannerLibrary |
class |
TempfileLibrary |
class |
ThreadLibrary |
class |
ZlibLibrary |
Modifier and Type | Class and Description |
---|---|
class |
CExtension
This class wraps the
ModuleLoader for loading c-extensions
in JRuby. |
class |
ClassExtensionLibrary
The ClassExtensionLibrary wraps a class which implements BasicLibraryService,
and when asked to load the service, does a basicLoad of the BasicLibraryService.
|
class |
ExternalScript |
class |
JarredScript
Loading of Ruby scripts packaged in Jar files.
|
class |
JavaCompiledScript |
class |
LoadService.ScriptClassSearcher.ScriptClassLibrary |
Modifier and Type | Field and Description |
---|---|
Library |
LoadService.SearchState.library |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.String,Library> |
LoadService.builtinLibraries |
Modifier and Type | Method and Description |
---|---|
protected Library |
LoadService.createLibrary(LoadService.SearchState state,
LoadServiceResource resource) |
protected Library |
LoadService.findBuiltinLibrary(LoadService.SearchState state,
java.lang.String baseName,
LoadService.SuffixType suffixType) |
protected Library |
LoadService.findLibraryWithClassloaders(LoadService.SearchState state,
java.lang.String baseName,
LoadService.SuffixType suffixType) |
protected Library |
LoadService.findLibraryWithoutCWD(LoadService.SearchState state,
java.lang.String baseName,
LoadService.SuffixType suffixType) |
Modifier and Type | Method and Description |
---|---|
void |
LoadService.addBuiltinLibrary(java.lang.String name,
Library library) |
Modifier and Type | Class and Description |
---|---|
class |
BuiltinScript
Loading of Ruby scripts that are built into JRuby.
|
Copyright © 2002-2009 JRuby Team. All Rights Reserved.