Package jnr.posix
Class SpawnAttribute.PGroup
- java.lang.Object
-
- jnr.posix.SpawnAttribute
-
- jnr.posix.SpawnAttribute.PGroup
-
- Enclosing class:
- SpawnAttribute
private static final class SpawnAttribute.PGroup extends SpawnAttribute
-
-
Field Summary
Fields Modifier and Type Field Description (package private) long
pgroup
-
Fields inherited from class jnr.posix.SpawnAttribute
RESETIDS, SETPGROUP, SETSIGDEF, SETSIGMASK
-
-
Constructor Summary
Constructors Constructor Description PGroup(long pgroup)
-
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
-
-