All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static RubyModule |
createEtcModule(Ruby runtime) |
private static void |
defineGroupStruct(Ruby runtime) |
private static void |
definePasswdStruct(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) |
private static IRubyObject |
intoStringArray(Ruby runtime,
java.lang.String[] members) |
static IRubyObject |
passwd(IRubyObject recv,
Block block) |
static IRubyObject |
setgrent(IRubyObject recv) |
static IRubyObject |
setpwent(IRubyObject recv) |
private static IRubyObject |
setupGroup(Ruby runtime,
jnr.posix.Group group) |
private static IRubyObject |
setupPasswd(Ruby runtime,
jnr.posix.Passwd passwd) |
static IRubyObject |
sysconfdir(ThreadContext context,
IRubyObject recv) |
static IRubyObject |
systmpdir(ThreadContext context,
IRubyObject recv) |