org.jruby
Class RubyEtc
java.lang.Object
org.jruby.RubyEtc
public class RubyEtc
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RubyEtc
public RubyEtc()
createEtcModule
public static RubyModule createEtcModule(Ruby runtime)
getpwuid
public static IRubyObject getpwuid(IRubyObject recv,
IRubyObject[] args)
getpwnam
public static IRubyObject getpwnam(IRubyObject recv,
IRubyObject name)
passwd
public static IRubyObject passwd(IRubyObject recv,
Block block)
getlogin
public static IRubyObject getlogin(IRubyObject recv)
endpwent
public static IRubyObject endpwent(IRubyObject recv)
setpwent
public static IRubyObject setpwent(IRubyObject recv)
getpwent
public static IRubyObject getpwent(IRubyObject recv)
getgrnam
public static IRubyObject getgrnam(IRubyObject recv,
IRubyObject name)
getgrgid
public static IRubyObject getgrgid(IRubyObject recv,
IRubyObject[] args)
endgrent
public static IRubyObject endgrent(IRubyObject recv)
setgrent
public static IRubyObject setgrent(IRubyObject recv)
group
public static IRubyObject group(IRubyObject recv,
Block block)
getgrent
public static IRubyObject getgrent(IRubyObject recv)
Copyright © 2002-2009 JRuby Team. All Rights Reserved.