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 LibraryMethods in org.jruby.embed.osgi.internal that return LibraryModifier and TypeMethodDescriptionprotected LibraryOSGiLoadService.createLibrary(LoadService.SearchState state, LoadServiceResource resource) Deprecated.protected LibraryOSGiLoadService.findLibraryBySearchState(LoadService.SearchState state) Deprecated. -
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.cgi.escape
Classes in org.jruby.ext.cgi.escape 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 TypeClassDescriptionclassclassclassclassclassclass -
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 TypeClassDescriptionclassPopulates 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.io.wait
Classes in org.jruby.ext.io.wait that implement Library -
Uses of Library in org.jruby.ext.jruby
Classes in org.jruby.ext.jruby that implement LibraryModifier and TypeClassDescriptionclassNative part of require 'jruby', e.g.classclassUtilities 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.securerandom
Classes in org.jruby.ext.securerandom 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.stringio
Classes in org.jruby.ext.stringio that implement Library -
Uses of Library in org.jruby.ext.strscan
Classes in org.jruby.ext.strscan 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.tempfile
Classes in org.jruby.ext.tempfile 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 TypeClassDescriptionclassThe ClassExtensionLibrary wraps a class which implements BasicLibraryService, and when asked to load the service, does a basicLoad of the BasicLibraryService.classclassLoading of Ruby scripts packaged in Jar files.class(package private) static classstatic class(package private) static class(package private) static classclassDeprecated.Fields in org.jruby.runtime.load declared as LibraryModifier and TypeFieldDescriptionprivate final LibraryLibrarySearcher.FoundLibrary.delegatestatic final LibraryLibrary.DUMMYLoadService.SearchState.libraryDeprecated.Fields in org.jruby.runtime.load with type parameters of type LibraryMethods in org.jruby.runtime.load that return LibraryModifier and TypeMethodDescriptionLibrarySearcher.Suffix.constructLibrary(String target, String name, FileResource fullPath) protected LibraryLoadService.createLibrary(String baseName, String loadName, LoadServiceResource resource) protected LibraryLoadService.createLibrary(LoadService.SearchState state, LoadServiceResource resource) Deprecated.protected LibraryLoadService.findBuiltinLibrary(LoadService.SearchState state, String baseName, LoadService.SuffixType suffixType) Deprecated.protected LibraryLoadService.findLibraryBySearchState(LoadService.SearchState state) Deprecated.protected LibraryLoadService.findLibraryWithClassloaders(LoadService.SearchState state, String baseName, LoadService.SuffixType suffixType) Deprecated.protected LibraryLoadService.findLibraryWithoutCWD(LoadService.SearchState state, String baseName, LoadService.SuffixType suffixType) Deprecated.Methods in org.jruby.runtime.load with parameters of type LibraryModifier and TypeMethodDescriptionvoidLoadService.addBuiltinLibrary(String name, Library library) Deprecated.protected booleanLoadService.isJarfileLibrary(Library library, String file) protected booleanLoadService.tryLoadingLibraryOrScript(Ruby runtime, Library library, String searchFile) Constructors in org.jruby.runtime.load with parameters of type Library