|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LoadService.SuffixType | |
---|---|
org.jruby.runtime.load |
Uses of LoadService.SuffixType in org.jruby.runtime.load |
---|
Fields in org.jruby.runtime.load declared as LoadService.SuffixType | |
---|---|
LoadService.SuffixType |
LoadService.SearchState.suffixType
|
Methods in org.jruby.runtime.load that return LoadService.SuffixType | |
---|---|
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. |
Methods in org.jruby.runtime.load with parameters of type LoadService.SuffixType | |
---|---|
protected Library |
LoadService.findBuiltinLibrary(LoadService.SearchState state,
java.lang.String baseName,
LoadService.SuffixType suffixType)
|
protected Library |
LoadService.findLibraryWithClassloaders(LoadService.SearchState state,
java.lang.String baseName,
LoadService.SuffixType suffixType)
|
protected Library |
LoadService.findLibraryWithoutCWD(LoadService.SearchState state,
java.lang.String baseName,
LoadService.SuffixType suffixType)
|
protected LoadServiceResource |
LoadService.tryResourceFromCWD(LoadService.SearchState state,
java.lang.String baseName,
LoadService.SuffixType suffixType)
|
protected LoadServiceResource |
LoadService.tryResourceFromJarURL(LoadService.SearchState state,
java.lang.String baseName,
LoadService.SuffixType suffixType)
|
protected LoadServiceResource |
LoadService.tryResourceFromLoadPathOrURL(LoadService.SearchState state,
java.lang.String baseName,
LoadService.SuffixType suffixType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |