private static final class SpawnAttribute.SetFlags extends SpawnAttribute
Modifier and Type | Field and Description |
---|---|
(package private) short |
flags |
RESETIDS, SETPGROUP, SETSIGDEF, SETSIGMASK
Constructor and Description |
---|
SetFlags(short flags) |
Modifier and Type | Method and Description |
---|---|
(package private) boolean |
set(POSIX posix,
jnr.ffi.Pointer nativeSpawnAttr) |
java.lang.String |
toString() |
flags, pgroup, sigdef, sigmask
final boolean set(POSIX posix, jnr.ffi.Pointer nativeSpawnAttr)
set
in class SpawnAttribute
public java.lang.String toString()
toString
in class java.lang.Object