Package jnr.posix
Class SpawnAttribute.Sigdef
- java.lang.Object
-
- jnr.posix.SpawnAttribute
-
- jnr.posix.SpawnAttribute.Sigdef
-
- Enclosing class:
- SpawnAttribute
private static final class SpawnAttribute.Sigdef extends SpawnAttribute
-
-
Field Summary
Fields Modifier and Type Field Description (package private) long
sigdef
-
Fields inherited from class jnr.posix.SpawnAttribute
RESETIDS, SETPGROUP, SETSIGDEF, SETSIGMASK
-
-
Constructor Summary
Constructors Constructor Description Sigdef(long sigdef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) boolean
set(POSIX posix, jnr.ffi.Pointer nativeSpawnAttr)
java.lang.String
toString()
-
Methods inherited from class jnr.posix.SpawnAttribute
flags, pgroup, sigdef, sigmask
-
-
-
-
Method Detail
-
set
final boolean set(POSIX posix, jnr.ffi.Pointer nativeSpawnAttr)
- Specified by:
set
in classSpawnAttribute
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-