| Package | Description |
|---|---|
| org.jruby.embed.osgi.internal | |
| org.jruby.runtime.load |
| Modifier and Type | Method and Description |
|---|---|
protected LibrarySearcher.FoundLibrary |
OSGiLoadService.createLibrary(java.lang.String baseName,
java.lang.String loadName,
LoadServiceResource resource)
Support for 'bundle:/' to look for libraries in osgi bundles.
|
protected LibrarySearcher.FoundLibrary |
OSGiLoadService.searchForLoad(java.lang.String searchFile) |
protected LibrarySearcher.FoundLibrary |
OSGiLoadService.searchForRequire(java.lang.String searchFile) |
| Modifier and Type | Method and Description |
|---|---|
LibrarySearcher.FoundLibrary |
LibrarySearcher.findBySearchState(LoadService.SearchState state)
Deprecated.
|
LibrarySearcher.FoundLibrary |
LibrarySearcher.findLibrary(java.lang.String baseName,
LoadService.SuffixType suffixType) |
LibrarySearcher.FoundLibrary |
LibrarySearcher.findLibraryForLoad(java.lang.String file) |
protected LibrarySearcher.FoundLibrary |
LoadService.findLibraryWithClassloaders(java.lang.String baseName,
LoadService.SuffixType suffixType) |
protected LibrarySearcher.FoundLibrary |
LoadService.searchForLoad(java.lang.String file)
Replaces findLibraryBySearchState but split off for load.
|
| Modifier and Type | Method and Description |
|---|---|
char |
LibrarySearcher.findLibraryForRequire(java.lang.String file,
LibrarySearcher.FoundLibrary[] path) |
protected char |
LoadService.searchForRequire(java.lang.String file,
LibrarySearcher.FoundLibrary[] path)
Replaces findLibraryBySearchState but split off for require.
|
Copyright © 2001-2022 JRuby. All Rights Reserved.