Package jnr.posix
Class SpawnAttribute.Sigmask
- java.lang.Object
-
- jnr.posix.SpawnAttribute
-
- jnr.posix.SpawnAttribute.Sigmask
-
- Enclosing class:
- SpawnAttribute
private static final class SpawnAttribute.Sigmask extends SpawnAttribute
-
-
Field Summary
Fields Modifier and Type Field Description (package private) longsigmask-
Fields inherited from class jnr.posix.SpawnAttribute
RESETIDS, SETPGROUP, SETSIGDEF, SETSIGMASK
-
-
Constructor Summary
Constructors Constructor Description Sigmask(long sigmask)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) booleanset(POSIX posix, jnr.ffi.Pointer nativeSpawnAttr)java.lang.StringtoString()-
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:
setin classSpawnAttribute
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-