Uses of Interface
org.jruby.runtime.load.LibrarySearcher.LibraryFactory
Packages that use LibrarySearcher.LibraryFactory
-
Uses of LibrarySearcher.LibraryFactory in org.jruby.runtime.load
Fields in org.jruby.runtime.load declared as LibrarySearcher.LibraryFactoryModifier and TypeFieldDescriptionprivate final LibrarySearcher.LibraryFactoryLibrarySearcher.Suffix.libraryFactoryMethods in org.jruby.runtime.load with parameters of type LibrarySearcher.LibraryFactoryModifier and TypeMethodDescriptionprotected LibrarySearcher.FoundLibraryLibrarySearcher.PathEntry.findFile(String target, LibrarySearcher.FilenameFactory pathMaker, LibrarySearcher.LibraryFactory libraryMaker) private LibrarySearcher.FoundLibraryLibrarySearcher.findResourceLibrary(String baseName, LibrarySearcher.FilenameFactory pathMaker, LibrarySearcher.LibraryFactory libraryMaker) Constructors in org.jruby.runtime.load with parameters of type LibrarySearcher.LibraryFactoryModifierConstructorDescriptionprivateSuffix(String extension, LibrarySearcher.LibraryFactory libraryFactory)