Uses of Class
jnr.posix.SpawnAttribute
-
Packages that use SpawnAttribute Package Description jnr.posix -
-
Uses of SpawnAttribute in jnr.posix
Subclasses of SpawnAttribute in jnr.posix Modifier and Type Class Description private static class
SpawnAttribute.PGroup
private static class
SpawnAttribute.SetFlags
private static class
SpawnAttribute.Sigdef
private static class
SpawnAttribute.Sigmask
Methods in jnr.posix that return SpawnAttribute Modifier and Type Method Description static SpawnAttribute
SpawnAttribute. flags(short flags)
static SpawnAttribute
SpawnAttribute. pgroup(long pgroup)
static SpawnAttribute
SpawnAttribute. sigdef(long sigdef)
static SpawnAttribute
SpawnAttribute. sigmask(long sigmask)
Method parameters in jnr.posix with type arguments of type SpawnAttribute Modifier and Type Method Description private jnr.ffi.Pointer
BaseNativePOSIX. nativeSpawnAttributes(java.util.Collection<? extends SpawnAttribute> spawnAttributes)
-