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 LoadServiceResourceOSGiLoadService.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.FoundLibraryOSGiLoadService.createLibrary(String baseName, String loadName, LoadServiceResource resource) Support for 'bundle:/' to look for libraries in osgi bundles.protected StringOSGiLoadService.resolveLoadName(LoadServiceResource foundResource, String previousPath) -
Uses of LoadServiceResource in org.jruby.runtime.load
Methods in org.jruby.runtime.load that return LoadServiceResourceModifier and TypeMethodDescriptionprotected LoadServiceResourceLoadService.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 LibraryLoadService.createLibrary(String baseName, String loadName, LoadServiceResource resource) protected final voidLoadService.debugLogFound(LoadServiceResource resource) protected StringLoadService.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)