jruby/docs BETA
Navigation
org.jruby.javasupport.ext.JavaLang 10
C CharSequence
C Character
C Class
C ClassLoader
C Comparable
C Iterable
C Number
C Runnable
C String
C Throwable
ClassLoader — members 4
C new()
M resource_as_stream(context, self, name) IRubyObject
M resource_as_string(context, self, name) IRubyObject
M resource_as_url(context, self, name) IRubyObject

org.jruby.javasupport.ext.JavaLang.ClassLoader

class 4 members

Constructors

new

new ( )
Java: <init>()

Class Methods

resource_as_stream

IRubyObject resource_as_stream ( ThreadContext context, IRubyObject self, IRubyObject name )
Java: resource_as_stream(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject self, org.jruby.runtime.builtin.IRubyObject name)

resource_as_string

IRubyObject resource_as_string ( ThreadContext context, IRubyObject self, IRubyObject name )
Java: resource_as_string(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject self, org.jruby.runtime.builtin.IRubyObject name)

resource_as_url

IRubyObject resource_as_url ( ThreadContext context, IRubyObject self, IRubyObject name )
Java: resource_as_url(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject self, org.jruby.runtime.builtin.IRubyObject name)
Copyright (C) 2016 The JRuby Team