org.jruby
Class RubyProcess.Sys
java.lang.Object
org.jruby.RubyProcess.Sys
- Enclosing class:
- RubyProcess
public static class RubyProcess.Sys
- extends java.lang.Object
|
Method Summary |
static IRubyObject |
getegid(IRubyObject self)
Deprecated. |
static IRubyObject |
getegid(ThreadContext context,
IRubyObject self)
|
static IRubyObject |
geteuid(IRubyObject self)
Deprecated. |
static IRubyObject |
geteuid(ThreadContext context,
IRubyObject self)
|
static IRubyObject |
getgid(IRubyObject self)
Deprecated. |
static IRubyObject |
getgid(ThreadContext context,
IRubyObject self)
|
static IRubyObject |
getuid(IRubyObject self)
Deprecated. |
static IRubyObject |
getuid(ThreadContext context,
IRubyObject self)
|
static IRubyObject |
setegid(IRubyObject recv,
IRubyObject arg)
Deprecated. |
static IRubyObject |
setegid(ThreadContext context,
IRubyObject recv,
IRubyObject arg)
|
static IRubyObject |
seteuid(IRubyObject recv,
IRubyObject arg)
Deprecated. |
static IRubyObject |
seteuid(ThreadContext context,
IRubyObject recv,
IRubyObject arg)
|
static IRubyObject |
setgid(IRubyObject recv,
IRubyObject arg)
Deprecated. |
static IRubyObject |
setgid(ThreadContext context,
IRubyObject recv,
IRubyObject arg)
|
static IRubyObject |
setuid(IRubyObject recv,
IRubyObject arg)
Deprecated. |
static IRubyObject |
setuid(ThreadContext context,
IRubyObject recv,
IRubyObject arg)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RubyProcess.Sys
public RubyProcess.Sys()
getegid
@Deprecated
public static IRubyObject getegid(IRubyObject self)
- Deprecated.
getegid
public static IRubyObject getegid(ThreadContext context,
IRubyObject self)
geteuid
@Deprecated
public static IRubyObject geteuid(IRubyObject self)
- Deprecated.
geteuid
public static IRubyObject geteuid(ThreadContext context,
IRubyObject self)
getgid
@Deprecated
public static IRubyObject getgid(IRubyObject self)
- Deprecated.
getgid
public static IRubyObject getgid(ThreadContext context,
IRubyObject self)
getuid
@Deprecated
public static IRubyObject getuid(IRubyObject self)
- Deprecated.
getuid
public static IRubyObject getuid(ThreadContext context,
IRubyObject self)
setegid
@Deprecated
public static IRubyObject setegid(IRubyObject recv,
IRubyObject arg)
- Deprecated.
setegid
public static IRubyObject setegid(ThreadContext context,
IRubyObject recv,
IRubyObject arg)
seteuid
@Deprecated
public static IRubyObject seteuid(IRubyObject recv,
IRubyObject arg)
- Deprecated.
seteuid
public static IRubyObject seteuid(ThreadContext context,
IRubyObject recv,
IRubyObject arg)
setgid
@Deprecated
public static IRubyObject setgid(IRubyObject recv,
IRubyObject arg)
- Deprecated.
setgid
public static IRubyObject setgid(ThreadContext context,
IRubyObject recv,
IRubyObject arg)
setuid
@Deprecated
public static IRubyObject setuid(IRubyObject recv,
IRubyObject arg)
- Deprecated.
setuid
public static IRubyObject setuid(ThreadContext context,
IRubyObject recv,
IRubyObject arg)
Copyright © 2002-2009 JRuby Team. All Rights Reserved.