org.jruby.ext.posix
public final class DefaultNativeGroup extends NativeGroup implements Group
This implementation should work on Solaris, Linux and MacOS.
| Field Summary | |
|---|---|
| Signed32 | gr_gid |
| Pointer | gr_mem |
| UTF8StringRef | gr_name |
| UTF8StringRef | gr_passwd |
| Method Summary | |
|---|---|
| long | getGID() |
| String[] | getMembers() |
| String | getName() |
| String | getPassword() |