public abstract class SpawnAttribute
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
private static class |
SpawnAttribute.PGroup |
private static class |
SpawnAttribute.SetFlags |
private static class |
SpawnAttribute.Sigdef |
private static class |
SpawnAttribute.Sigmask |
Modifier and Type | Field and Description |
---|---|
static int |
RESETIDS |
static int |
SETPGROUP |
static int |
SETSIGDEF |
static int |
SETSIGMASK |
Constructor and Description |
---|
SpawnAttribute() |
Modifier and Type | Method and Description |
---|---|
static SpawnAttribute |
flags(short flags) |
static SpawnAttribute |
pgroup(long pgroup) |
(package private) abstract boolean |
set(POSIX posix,
jnr.ffi.Pointer nativeFileActions) |
static SpawnAttribute |
sigdef(long sigdef) |
static SpawnAttribute |
sigmask(long sigmask) |
public static final int RESETIDS
public static final int SETPGROUP
public static final int SETSIGDEF
public static final int SETSIGMASK
abstract boolean set(POSIX posix, jnr.ffi.Pointer nativeFileActions)
public static SpawnAttribute pgroup(long pgroup)
public static SpawnAttribute flags(short flags)
public static SpawnAttribute sigdef(long sigdef)
public static SpawnAttribute sigmask(long sigmask)