Uses of Enum
org.jruby.runtime.load.LoadService.SuffixType
Packages that use LoadService.SuffixType
-
Uses of LoadService.SuffixType in org.jruby.runtime.load
Fields in org.jruby.runtime.load declared as LoadService.SuffixTypeMethods in org.jruby.runtime.load that return LoadService.SuffixTypeModifier and TypeMethodDescriptionstatic LoadService.SuffixTypeLibrarySearcher.getSuffixTypeForLoad(String[] fileHolder) static LoadService.SuffixTypeLibrarySearcher.getSuffixTypeForRequire(String[] fileHolder) static LoadService.SuffixTypeReturns the enum constant of this type with the specified name.static LoadService.SuffixType[]LoadService.SuffixType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jruby.runtime.load with parameters of type LoadService.SuffixTypeModifier and TypeMethodDescriptionprotected LibraryLoadService.findBuiltinLibrary(LoadService.SearchState state, String baseName, LoadService.SuffixType suffixType) Deprecated.LibrarySearcher.findLibrary(String baseName, LoadService.SuffixType suffixType) protected LibrarySearcher.FoundLibraryLoadService.findLibraryWithClassloaders(String baseName, LoadService.SuffixType suffixType) protected LibraryLoadService.findLibraryWithClassloaders(LoadService.SearchState state, String baseName, LoadService.SuffixType suffixType) Deprecated.protected LibraryLoadService.findLibraryWithoutCWD(LoadService.SearchState state, String baseName, LoadService.SuffixType suffixType) Deprecated.protected LoadServiceResourceLoadService.tryResourceFromCWD(LoadService.SearchState state, String baseName, LoadService.SuffixType suffixType) Deprecated.protected LoadServiceResourceLoadService.tryResourceFromDotSlash(LoadService.SearchState state, String baseName, LoadService.SuffixType suffixType) Deprecated.protected LoadServiceResourceLoadService.tryResourceFromHome(LoadService.SearchState state, String baseName, LoadService.SuffixType suffixType) Deprecated.protected LoadServiceResourceLoadService.tryResourceFromJarURL(LoadService.SearchState state, String baseName, LoadService.SuffixType suffixType) Deprecated.protected LoadServiceResourceLoadService.tryResourceFromLoadPathOrURL(LoadService.SearchState state, String baseName, LoadService.SuffixType suffixType) Deprecated.protected booleanLoadService.BailoutSearcher.trySearch(String file, LoadService.SuffixType suffixType) Deprecated.