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.FoundLibraryOSGiLoadService.createLibrary(String baseName, String loadName, LoadServiceResource resource) Support for 'bundle:/' to look for libraries in osgi bundles.protected LibrarySearcher.FoundLibraryOSGiLoadService.searchForLoad(String searchFile) protected LibrarySearcher.FoundLibraryOSGiLoadService.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.FoundLibraryLoadService.findLibraryWithClassloaders(String baseName, LoadService.SuffixType suffixType) protected LibrarySearcher.FoundLibraryLoadService.searchForLoad(String file) Replaces findLibraryBySearchState but split off for load.Methods in org.jruby.runtime.load with parameters of type LibrarySearcher.FoundLibraryModifier and TypeMethodDescriptioncharLibrarySearcher.findLibraryForRequire(String file, LibrarySearcher.FoundLibrary[] path) charLoadService.searchForRequire(String file, LibrarySearcher.FoundLibrary[] path) Replaces findLibraryBySearchState but split off for require.