Uses of Class
jnr.posix.SpawnAttribute
Packages that use SpawnAttribute
-
Uses of SpawnAttribute in jnr.posix
Subclasses of SpawnAttribute in jnr.posixModifier and TypeClassDescriptionprivate static final class
private static final class
private static final class
private static final class
Methods in jnr.posix that return SpawnAttributeModifier and TypeMethodDescriptionstatic 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 SpawnAttributeModifier and TypeMethodDescriptionprivate jnr.ffi.Pointer
BaseNativePOSIX.nativeSpawnAttributes
(Collection<? extends SpawnAttribute> spawnAttributes)