Uses of Class
org.jruby.runtime.load.LibrarySearcher.FoundLibrary
Packages that use LibrarySearcher.FoundLibrary
-
Uses of LibrarySearcher.FoundLibrary in org.jruby.embed.osgi.internal
Methods in org.jruby.embed.osgi.internal that return LibrarySearcher.FoundLibraryModifier and TypeMethodDescriptionprotected LibrarySearcher.FoundLibrary
OSGiLoadService.createLibrary
(String baseName, String loadName, LoadServiceResource resource) Support for 'bundle:/' to look for libraries in osgi bundles.protected LibrarySearcher.FoundLibrary
OSGiLoadService.searchForLoad
(String searchFile) protected LibrarySearcher.FoundLibrary
OSGiLoadService.searchForRequire
(String searchFile) -
Uses of LibrarySearcher.FoundLibrary in org.jruby.runtime.load
Methods in org.jruby.runtime.load that return LibrarySearcher.FoundLibraryModifier and TypeMethodDescriptionLibrarySearcher.findLibrary
(String baseName, LoadService.SuffixType suffixType) LibrarySearcher.findLibraryForLoad
(String file) protected LibrarySearcher.FoundLibrary
LoadService.findLibraryWithClassloaders
(String baseName, LoadService.SuffixType suffixType) protected LibrarySearcher.FoundLibrary
LoadService.searchForLoad
(String file) Replaces findLibraryBySearchState but split off for load.Methods in org.jruby.runtime.load with parameters of type LibrarySearcher.FoundLibraryModifier and TypeMethodDescriptionchar
LibrarySearcher.findLibraryForRequire
(String file, LibrarySearcher.FoundLibrary[] path) char
LoadService.searchForRequire
(String file, LibrarySearcher.FoundLibrary[] path) Replaces findLibraryBySearchState but split off for require.