jruby/docs BETA
Navigation
org.jruby.runtime.load 12
I BasicLibraryService
C ClassExtensionLibrary
C CompiledScriptLoader
C ExternalScript
I IAutoloadMethod
C JarredScript
C JavaCompiledScript
I Library
C LibrarySearcher
C LoadService
C LoadServiceResource
C LoadServiceResourceInputStream
JarredScript — members 3+
C new(resource, search_name)
C load(runtime, wrap)
M resource() LoadServiceResource
from Library
F DUMMY Library

org.jruby.runtime.load.JarredScript

class implements Library 3 members

Loading of Ruby scripts packaged in Jar files. Usually the Ruby scripts are accompanied by Java class files in the Jar.

Constructors

new

new ( LoadServiceResource resource, String search_name )
Java: <init>(org.jruby.runtime.load.LoadServiceResource resource, String searchName)

Instance Methods

load

load ( Ruby runtime, boolean wrap )
Java: load(org.jruby.Ruby runtime, boolean wrap)

resource

LoadServiceResource resource ( )
Java: getResource() · also: get_resource

Inherited

from Library

fieldtypenote
DUMMY Library