Package jnr.posix
Class NativeGroup
java.lang.Object
jnr.posix.NativeGroup
- All Implemented Interfaces:
Group
- Direct Known Subclasses:
DefaultNativeGroup
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final jnr.ffi.Runtime
protected final jnr.ffi.StructLayout
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
NativeGroup
(jnr.ffi.Runtime runtime, jnr.ffi.StructLayout structLayout) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface jnr.posix.Group
getGID, getMembers, getName, getPassword
-
Field Details
-
runtime
protected final jnr.ffi.Runtime runtime -
structLayout
protected final jnr.ffi.StructLayout structLayout
-
-
Constructor Details
-
NativeGroup
protected NativeGroup(jnr.ffi.Runtime runtime, jnr.ffi.StructLayout structLayout)
-