Uses of Class
org.jruby.runtime.load.LoadServiceResource
Packages that use LoadServiceResource
-
Uses of LoadServiceResource in org.jruby.embed.osgi.internal
Methods in org.jruby.embed.osgi.internal that return LoadServiceResourceModifier and TypeMethodDescriptionprotected LoadServiceResource
OSGiLoadService.findFileInClasspath
(String name) Support for 'bundle:/' to look for libraries in osgi bundles or classes or ruby files.Methods in org.jruby.embed.osgi.internal with parameters of type LoadServiceResourceModifier and TypeMethodDescriptionprotected LibrarySearcher.FoundLibrary
OSGiLoadService.createLibrary
(String baseName, String loadName, LoadServiceResource resource) Support for 'bundle:/' to look for libraries in osgi bundles.protected String
OSGiLoadService.resolveLoadName
(LoadServiceResource foundResource, String previousPath) -
Uses of LoadServiceResource in org.jruby.runtime.load
Methods in org.jruby.runtime.load that return LoadServiceResourceModifier and TypeMethodDescriptionprotected LoadServiceResource
LoadService.findFileInClasspath
(String name) this method uses the appropriate lookup strategy to find a file.LoadService.getClassPathResource
(ClassLoader classLoader, String name) JarredScript.getResource()
Methods in org.jruby.runtime.load with parameters of type LoadServiceResourceModifier and TypeMethodDescriptionprotected Library
LoadService.createLibrary
(String baseName, String loadName, LoadServiceResource resource) protected final void
LoadService.debugLogFound
(LoadServiceResource resource) protected String
LoadService.resolveLoadName
(LoadServiceResource foundResource, String previousPath) Constructors in org.jruby.runtime.load with parameters of type LoadServiceResourceModifierConstructorDescriptionExternalScript
(LoadServiceResource resource, String name) JarredScript
(LoadServiceResource resource, String searchName) JavaCompiledScript
(LoadServiceResource resource)