| Package | Description |
|---|---|
| org.jruby.runtime.load |
| Modifier and Type | Method and Description |
|---|---|
static LoadService.SuffixType |
LibrarySearcher.getSuffixTypeForLoad(java.lang.String[] fileHolder) |
static LoadService.SuffixType |
LibrarySearcher.getSuffixTypeForRequire(java.lang.String[] fileHolder) |
static LoadService.SuffixType |
LoadService.SuffixType.valueOf(java.lang.String name)
Returns 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.
|
| Modifier and Type | Method and Description |
|---|---|
LibrarySearcher.FoundLibrary |
LibrarySearcher.findLibrary(java.lang.String baseName,
LoadService.SuffixType suffixType) |
protected LibrarySearcher.FoundLibrary |
LoadService.findLibraryWithClassloaders(java.lang.String baseName,
LoadService.SuffixType suffixType) |
Copyright © 2001-2023 JRuby. All Rights Reserved.