Package | Description |
---|---|
org.jruby.embed.osgi.internal | |
org.jruby.runtime.load |
Modifier and Type | Method and Description |
---|---|
protected LoadServiceResource |
OSGiLoadService.findFileInClasspath(java.lang.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 LoadServiceResource |
LoadService.findFileInClasspath(java.lang.String name)
this method uses the appropriate lookup strategy to find a file.
|
protected LoadServiceResource |
LoadService.getClassPathResource(java.lang.ClassLoader classLoader,
java.lang.String name) |
LoadServiceResource |
JarredScript.getResource() |
protected LoadServiceResource |
LoadService.tryResourceAsIs(java.lang.String namePlusSuffix) |
protected LoadServiceResource |
LoadService.tryResourceFromCWD(LoadService.SearchState state,
java.lang.String baseName,
LoadService.SuffixType suffixType) |
protected LoadServiceResource |
LoadService.tryResourceFromHome(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.tryResourceFromJarURLWithLoadPath(java.lang.String namePlusSuffix,
java.lang.String loadPathEntry) |
protected LoadServiceResource |
LoadService.tryResourceFromLoadPath(java.lang.String namePlusSuffix,
java.lang.String loadPathEntry) |
protected LoadServiceResource |
LoadService.tryResourceFromLoadPathOrURL(LoadService.SearchState state,
java.lang.String baseName,
LoadService.SuffixType suffixType) |
Modifier and Type | Method and Description |
---|---|
protected Library |
LoadService.createLibrary(LoadService.SearchState state,
LoadServiceResource resource) |
protected void |
LoadService.debugLogFound(LoadServiceResource resource) |
protected java.lang.String |
LoadService.resolveLoadName(LoadServiceResource foundResource,
java.lang.String previousPath) |
protected java.lang.String |
LoadService19.resolveLoadName(LoadServiceResource foundResource,
java.lang.String previousPath) |
Constructor and Description |
---|
CExtension(LoadServiceResource resource) |
ExternalScript(LoadServiceResource resource,
java.lang.String name) |
JarredScript(LoadServiceResource resource) |
JavaCompiledScript(LoadServiceResource resource) |
Copyright © 2002-2009 JRuby Team. All Rights Reserved.