|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.jna.Structure
org.jruby.ext.posix.NativeGroup
org.jruby.ext.posix.DefaultNativeGroup
public final class DefaultNativeGroup
The default native group layout.
This implementation should work on Solaris, Linux and MacOS.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.sun.jna.Structure |
|---|
com.sun.jna.Structure.ByReference, com.sun.jna.Structure.ByValue |
| Field Summary | |
|---|---|
int |
gr_gid
|
com.sun.jna.Pointer |
gr_mem
|
java.lang.String |
gr_name
|
java.lang.String |
gr_passwd
|
| Fields inherited from class com.sun.jna.Structure |
|---|
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE |
| Method Summary | |
|---|---|
long |
getGID()
|
java.lang.String[] |
getMembers()
|
java.lang.String |
getName()
|
java.lang.String |
getPassword()
|
| Methods inherited from class com.sun.jna.Structure |
|---|
allocateMemory, allocateMemory, clear, equals, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setTypeMapper, size, toArray, toArray, toString, useMemory, useMemory, write, writeField |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String gr_name
public java.lang.String gr_passwd
public int gr_gid
public com.sun.jna.Pointer gr_mem
| Method Detail |
|---|
public java.lang.String getName()
getName in interface Grouppublic java.lang.String getPassword()
getPassword in interface Grouppublic long getGID()
getGID in interface Grouppublic java.lang.String[] getMembers()
getMembers in interface Group
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||