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 classSpawnAttribute.PGroupprivate static classSpawnAttribute.SetFlagsprivate static classSpawnAttribute.Sigdefprivate static classSpawnAttribute.SigmaskMethods in jnr.posix that return SpawnAttribute Modifier and Type Method Description static SpawnAttributeSpawnAttribute. flags(short flags)static SpawnAttributeSpawnAttribute. pgroup(long pgroup)static SpawnAttributeSpawnAttribute. sigdef(long sigdef)static SpawnAttributeSpawnAttribute. sigmask(long sigmask)Method parameters in jnr.posix with type arguments of type SpawnAttribute Modifier and Type Method Description private jnr.ffi.PointerBaseNativePOSIX. nativeSpawnAttributes(java.util.Collection<? extends SpawnAttribute> spawnAttributes)
-