Uses of Interface
org.jruby.runtime.load.Library
Packages that use Library
Package
Description
-
Uses of Library in org.jruby.embed.osgi.internal
Classes in org.jruby.embed.osgi.internal that implement LibraryModifier and TypeClassDescriptionclass
Attempt at making an osgi bundle an acceptable container for a jruby library TODO: track the state of the bundle and remove/add the library. -
Uses of Library in org.jruby.ext
Classes in org.jruby.ext that implement Library -
Uses of Library in org.jruby.ext.bigdecimal
Classes in org.jruby.ext.bigdecimal that implement Library -
Uses of Library in org.jruby.ext.coverage
Classes in org.jruby.ext.coverage that implement Library -
Uses of Library in org.jruby.ext.date
Classes in org.jruby.ext.date that implement Library -
Uses of Library in org.jruby.ext.digest
Classes in org.jruby.ext.digest that implement LibraryModifier and TypeClassDescriptionclass
class
class
class
class
class
-
Uses of Library in org.jruby.ext.etc
Classes in org.jruby.ext.etc that implement Library -
Uses of Library in org.jruby.ext.fcntl
Classes in org.jruby.ext.fcntl that implement LibraryModifier and TypeClassDescriptionclass
Populates all the constants for Fcntl from Constantine -
Uses of Library in org.jruby.ext.ffi
Classes in org.jruby.ext.ffi that implement Library -
Uses of Library in org.jruby.ext.jruby
Classes in org.jruby.ext.jruby that implement LibraryModifier and TypeClassDescriptionclass
Native part of require 'jruby', e.g.class
class
Utilities library for all those methods that don't need the full 'java' library to be loaded. -
Uses of Library in org.jruby.ext.mathn
Classes in org.jruby.ext.mathn that implement Library -
Uses of Library in org.jruby.ext.monitor
Classes in org.jruby.ext.monitor that implement Library -
Uses of Library in org.jruby.ext.pathname
Classes in org.jruby.ext.pathname that implement Library -
Uses of Library in org.jruby.ext.rbconfig
Classes in org.jruby.ext.rbconfig that implement Library -
Uses of Library in org.jruby.ext.ripper
Classes in org.jruby.ext.ripper that implement Library -
Uses of Library in org.jruby.ext.set
Classes in org.jruby.ext.set that implement Library -
Uses of Library in org.jruby.ext.socket
Classes in org.jruby.ext.socket that implement Library -
Uses of Library in org.jruby.ext.syslog
Classes in org.jruby.ext.syslog that implement Library -
Uses of Library in org.jruby.ext.zlib
Classes in org.jruby.ext.zlib that implement Library -
Uses of Library in org.jruby.javasupport
Classes in org.jruby.javasupport that implement Library -
Uses of Library in org.jruby.runtime.load
Classes in org.jruby.runtime.load that implement LibraryModifier and TypeClassDescriptionclass
The ClassExtensionLibrary wraps a class which implements BasicLibraryService, and when asked to load the service, does a basicLoad of the BasicLibraryService.class
class
Loading of Ruby scripts packaged in Jar files.class
static class
Fields in org.jruby.runtime.load declared as LibraryMethods in org.jruby.runtime.load that return LibraryModifier and TypeMethodDescriptionprotected Library
LoadService.createLibrary
(String baseName, String loadName, LoadServiceResource resource) Methods in org.jruby.runtime.load with parameters of type LibraryModifier and TypeMethodDescriptionprotected boolean
LoadService.isJarfileLibrary
(Library library, String file) protected boolean
LoadService.tryLoadingLibraryOrScript
(Ruby runtime, Library library, String searchFile) Constructors in org.jruby.runtime.load with parameters of type Library