| Package | Description |
|---|---|
| org.jruby.embed.osgi.internal | |
| org.jruby.runtime.load |
| Modifier and Type | Method and Description |
|---|---|
protected LoadServiceResource |
OSGiLoadService.findFileInClasspath(String name)
Support for 'bundle:/' to look for libraries in osgi bundles
or classes or ruby files.
|
| Modifier and Type | Method and Description |
|---|---|
protected Library |
OSGiLoadService.createLibrary(LoadService.SearchState state,
LoadServiceResource resource)
Support for 'bundle:/' to look for libraries in osgi bundles.
|
| Modifier and Type | Method and Description |
|---|---|
protected Library |
LoadService.createLibrary(LoadService.SearchState state,
LoadServiceResource resource)
Deprecated.
|
protected void |
LoadService.debugLogFound(LoadServiceResource resource)
Deprecated.
|
protected String |
LoadService.resolveLoadName(LoadServiceResource foundResource,
String previousPath) |
| Constructor and Description |
|---|
ExternalScript(LoadServiceResource resource,
String name) |
JarredScript(LoadServiceResource resource,
String searchName) |
JavaCompiledScript(LoadServiceResource resource) |
Copyright © 2001-2015 JRuby. All Rights Reserved.