org.jruby
Class RubyProcess.Sys

java.lang.Object
  extended by org.jruby.RubyProcess.Sys
Enclosing class:
RubyProcess

public static class RubyProcess.Sys
extends java.lang.Object


Constructor Summary
RubyProcess.Sys()
           
 
Method Summary
static IRubyObject getegid(IRubyObject self)
           
static IRubyObject geteuid(IRubyObject self)
           
static IRubyObject getgid(IRubyObject self)
           
static IRubyObject getuid(IRubyObject self)
           
static IRubyObject setegid(IRubyObject recv, IRubyObject arg)
           
static IRubyObject seteuid(IRubyObject recv, IRubyObject arg)
           
static IRubyObject setgid(IRubyObject recv, IRubyObject arg)
           
static IRubyObject setuid(IRubyObject recv, IRubyObject arg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RubyProcess.Sys

public RubyProcess.Sys()
Method Detail

getegid

public static IRubyObject getegid(IRubyObject self)

geteuid

public static IRubyObject geteuid(IRubyObject self)

getgid

public static IRubyObject getgid(IRubyObject self)

getuid

public static IRubyObject getuid(IRubyObject self)

setegid

public static IRubyObject setegid(IRubyObject recv,
                                  IRubyObject arg)

seteuid

public static IRubyObject seteuid(IRubyObject recv,
                                  IRubyObject arg)

setgid

public static IRubyObject setgid(IRubyObject recv,
                                 IRubyObject arg)

setuid

public static IRubyObject setuid(IRubyObject recv,
                                 IRubyObject arg)


Copyright © 2002-2007 JRuby Team. All Rights Reserved.