org.jruby
Class RubyEtc

java.lang.Object
  extended by org.jruby.RubyEtc

public class RubyEtc
extends java.lang.Object


Constructor Summary
RubyEtc()
           
 
Method Summary
static RubyModule createEtcModule(Ruby runtime)
           
static IRubyObject endgrent(IRubyObject recv)
           
static IRubyObject endpwent(IRubyObject recv)
           
static IRubyObject getgrent(IRubyObject recv)
           
static IRubyObject getgrgid(IRubyObject recv, IRubyObject[] args)
           
static IRubyObject getgrnam(IRubyObject recv, IRubyObject name)
           
static IRubyObject getlogin(IRubyObject recv)
           
static IRubyObject getpwent(IRubyObject recv)
           
static IRubyObject getpwnam(IRubyObject recv, IRubyObject name)
           
static IRubyObject getpwuid(IRubyObject recv, IRubyObject[] args)
           
static IRubyObject group(IRubyObject recv, Block block)
           
static IRubyObject passwd(IRubyObject recv, Block block)
           
static IRubyObject setgrent(IRubyObject recv)
           
static IRubyObject setpwent(IRubyObject recv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RubyEtc

public RubyEtc()
Method Detail

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.