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 |
LateLoadingLibrary |
Modifier and Type | Class and Description |
---|---|
class |
BigDecimalLibrary |
Modifier and Type | Class and Description |
---|---|
class |
CoverageLibrary |
Modifier and Type | Class and Description |
---|---|
class |
NativeDelegateLibrary
This library extends the delegate stdlib with a native method_missing, in
order to reduce the cost of delegating through to the target object.
|
Modifier and Type | Class and Description |
---|---|
class |
DigestLibrary |
class |
MD5 |
class |
RMD160 |
class |
SHA1 |
class |
SHA2 |
Modifier and Type | Class and Description |
---|---|
class |
EnumeratorLibrary
As of 1.8.7, Enumerator is always loaded, so this is provided solely for
backward compatibility with require 'enumerator'.
|
Modifier and Type | Class and Description |
---|---|
class |
EtcLibrary |
Modifier and Type | Class and Description |
---|---|
class |
FcntlLibrary
Populates all the constants for Fcntl from Constantine
|
Modifier and Type | Class and Description |
---|---|
class |
FFIService |
Modifier and Type | Class and Description |
---|---|
class |
ThreadFiberLibrary
A thread-based implementation of Ruby 1.9 Fiber library.
|
Modifier and Type | Class and Description |
---|---|
class |
IConvLibrary |
Modifier and Type | Class and Description |
---|---|
class |
IOTryNonblockLibrary
Adds try_read_nonblock and try_write_nonblock to IO.
|
Modifier and Type | Class and Description |
---|---|
class |
IOWaitLibrary |
Modifier and Type | Class and Description |
---|---|
class |
JRubyConfigLibrary |
class |
JRubyLibrary
Native part of require 'jruby'.
|
class |
JRubySerializationLibrary |
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 |
NetProtocolBufferedIOLibrary |
Modifier and Type | Class and Description |
---|---|
class |
NKFLibrary |
Modifier and Type | Class and Description |
---|---|
class |
PathnameLibrary |
Modifier and Type | Class and Description |
---|---|
class |
PsychLibrary |
Modifier and Type | Class and Description |
---|---|
class |
RbConfigLibrary |
Modifier and Type | Class and Description |
---|---|
class |
SocketLibrary |
Modifier and Type | Class and Description |
---|---|
class |
StringIOLibrary |
Modifier and Type | Class and Description |
---|---|
class |
StringScannerLibrary |
Modifier and Type | Class and Description |
---|---|
class |
TempfileLibrary |
Modifier and Type | Class and Description |
---|---|
class |
ThreadLibrary
The 'thread' library.
|
Modifier and Type | Class and Description |
---|---|
class |
Timeout |
Modifier and Type | Class and Description |
---|---|
class |
WeakRefLibrary |
Modifier and Type | Class and Description |
---|---|
class |
ZlibLibrary |
Modifier and Type | Class and Description |
---|---|
class |
Java |
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
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
Library |
LoadService.SearchState.library |
Modifier and Type | Field and Description |
---|---|
protected Map<String,Library> |
LoadService.builtinLibraries |
Modifier and Type | Method and Description |
---|---|
protected Library |
LoadService.createLibrary(LoadService.SearchState state,
LoadServiceResource resource)
Deprecated.
|
protected Library |
LoadService.findBuiltinLibrary(LoadService.SearchState state,
String baseName,
LoadService.SuffixType suffixType)
Deprecated.
|
protected Library |
LoadService.findLibraryWithClassloaders(LoadService.SearchState state,
String baseName,
LoadService.SuffixType suffixType) |
protected Library |
LoadService.findLibraryWithoutCWD(LoadService.SearchState state,
String baseName,
LoadService.SuffixType suffixType)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
LoadService.addBuiltinLibrary(String name,
Library library) |
Copyright © 2001-2016 JRuby. All Rights Reserved.