Uses of Interface
org.jruby.runtime.load.Library

Packages that use Library
org.jruby   
org.jruby.ext   
org.jruby.ext.ffi   
org.jruby.ext.socket   
org.jruby.java   
org.jruby.javasupport   
org.jruby.libraries   
org.jruby.runtime.load   
org.jruby.util   
 

Uses of Library in org.jruby
 

Classes in org.jruby that implement Library
static class RubyJRuby.CoreExtLibrary
           
static class RubyJRuby.ExtLibrary
           
static class RubyJRuby.TypeLibrary
           
 

Uses of Library in org.jruby.ext
 

Classes in org.jruby.ext that implement Library
 class LateLoadingLibrary
           
static class Readline.Service
           
 class Timeout
           
static class WeakRef.WeakRefLibrary
           
 

Uses of Library in org.jruby.ext.ffi
 

Classes in org.jruby.ext.ffi that implement Library
static class Factory.Service
           
 

Uses of Library in org.jruby.ext.socket
 

Classes in org.jruby.ext.socket that implement Library
static class RubySocket.Service
           
 

Uses of Library in org.jruby.java
 

Classes in org.jruby.java that implement Library
 class MiniJava
           
 

Uses of Library in org.jruby.javasupport
 

Classes in org.jruby.javasupport that implement Library
 class Java
           
 

Uses of Library in org.jruby.libraries
 

Classes in org.jruby.libraries that implement Library
 class BigDecimalLibrary
           
 class DigestLibrary
           
static class DigestLibrary.MD5
           
static class DigestLibrary.RMD160
           
static class DigestLibrary.SHA1
           
static class DigestLibrary.SHA2
           
 class EnumeratorLibrary
           
 class EtcLibrary
           
 class FcntlLibrary
          Populates all the constants for Fcntl from Constantine
 class FiberLibrary
          A basic implementation of Ruby 1.9 Fiber library.
 class IConvLibrary
           
 class IOWaitLibrary
           
 class JRubyLibrary
           
 class JRubySerializationLibrary
           
 class NetProtocolBufferedIOLibrary
           
 class NKFLibrary
           
 class RbConfigLibrary
           
 class StringIOLibrary
           
 class StringScannerLibrary
           
 class TempfileLibrary
           
 class ThreadLibrary
           
 class ZlibLibrary
           
 

Uses of Library in org.jruby.runtime.load
 

Classes in org.jruby.runtime.load that implement Library
 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
           
 

Fields in org.jruby.runtime.load declared as Library
 Library LoadService.SearchState.library
           
 

Fields in org.jruby.runtime.load with type parameters of type Library
protected  java.util.Map<java.lang.String,Library> LoadService.builtinLibraries
           
 

Methods in org.jruby.runtime.load that return Library
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)
           
 

Methods in org.jruby.runtime.load with parameters of type Library
 void LoadService.addBuiltinLibrary(java.lang.String name, Library library)
           
 

Uses of Library in org.jruby.util
 

Classes in org.jruby.util that implement Library
 class BuiltinScript
          Loading of Ruby scripts that are built into JRuby.
 



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