public class JavaUtilities extends Object
| Constructor and Description | 
|---|
| JavaUtilities() | 
| Modifier and Type | Method and Description | 
|---|---|
| static IRubyObject | create_proxy_class(IRubyObject recv,
                  IRubyObject arg0,
                  IRubyObject arg1,
                  IRubyObject arg2) | 
| static IRubyObject | get_interface_module(IRubyObject recv,
                    IRubyObject arg0) | 
| static IRubyObject | get_java_class(IRubyObject recv,
              IRubyObject arg0) | 
| static IRubyObject | get_package_module_dot_format(IRubyObject recv,
                             IRubyObject arg0) | 
| static IRubyObject | get_package_module(IRubyObject recv,
                  IRubyObject arg0) | 
| static IRubyObject | get_proxy_class(IRubyObject recv,
               IRubyObject arg0) | 
| static IRubyObject | get_proxy_or_package_under_package(ThreadContext context,
                                  IRubyObject recv,
                                  IRubyObject arg0,
                                  IRubyObject arg1) | 
| static IRubyObject | get_top_level_proxy_or_package(ThreadContext context,
                              IRubyObject recv,
                              IRubyObject arg0) | 
| static IRubyObject | set_java_object(IRubyObject recv,
               IRubyObject self,
               IRubyObject java_object) | 
public static IRubyObject set_java_object(IRubyObject recv, IRubyObject self, IRubyObject java_object)
public static IRubyObject get_interface_module(IRubyObject recv, IRubyObject arg0)
public static IRubyObject get_package_module(IRubyObject recv, IRubyObject arg0)
public static IRubyObject get_package_module_dot_format(IRubyObject recv, IRubyObject arg0)
public static IRubyObject get_proxy_class(IRubyObject recv, IRubyObject arg0)
public static IRubyObject create_proxy_class(IRubyObject recv, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2)
public static IRubyObject get_java_class(IRubyObject recv, IRubyObject arg0)
public static IRubyObject get_top_level_proxy_or_package(ThreadContext context, IRubyObject recv, IRubyObject arg0)
public static IRubyObject get_proxy_or_package_under_package(ThreadContext context, IRubyObject recv, IRubyObject arg0, IRubyObject arg1)
Copyright © 2001-2015 JRuby. All Rights Reserved.