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.
|
protected Library |
OSGiLoadService.findLibraryBySearchState(LoadService.SearchState state) |
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 |
DigestLibrary |
class |
MD5 |
class |
RMD160 |
class |
SHA1 |
class |
SHA2 |
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 |
IOWaitLibrary |
Modifier and Type | Class and Description |
---|---|
class |
JRubyLibrary
Native part of require 'jruby'.
|
class |
JRubySerializationLibrary |
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 |
RbConfigLibrary |
Modifier and Type | Class and Description |
---|---|
class |
RipperLibrary |
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 |
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 |
---|---|
static Library |
Library.DUMMY |
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.findLibraryBySearchState(LoadService.SearchState state) |
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-2015 JRuby. All Rights Reserved.