Package org.jruby.javasupport.ext
Class JavaLang.ClassLoader
java.lang.Object
org.jruby.javasupport.ext.JavaLang.ClassLoader
- Enclosing class:
JavaLang
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IRubyObjectresource_as_stream(ThreadContext context, IRubyObject self, IRubyObject name) static IRubyObjectresource_as_string(ThreadContext context, IRubyObject self, IRubyObject name) static IRubyObjectresource_as_url(ThreadContext context, IRubyObject self, IRubyObject name)
-
Constructor Details
-
ClassLoader
public ClassLoader()
-
-
Method Details
-
resource_as_url
public static IRubyObject resource_as_url(ThreadContext context, IRubyObject self, IRubyObject name) -
resource_as_stream
public static IRubyObject resource_as_stream(ThreadContext context, IRubyObject self, IRubyObject name) -
resource_as_string
public static IRubyObject resource_as_string(ThreadContext context, IRubyObject self, IRubyObject name)
-