Uses of Class
jnr.posix.SpawnFileAction
-
Packages that use SpawnFileAction Package Description jnr.posix -
-
Uses of SpawnFileAction in jnr.posix
Methods in jnr.posix that return SpawnFileAction Modifier and Type Method Description static SpawnFileActionSpawnFileAction. close(int fd)static SpawnFileActionSpawnFileAction. dup(int fd, int newfd)static SpawnFileActionSpawnFileAction. open(String path, int fd, int flags, int mode)Method parameters in jnr.posix with type arguments of type SpawnFileAction Modifier and Type Method Description longBaseNativePOSIX. posix_spawnp(String path, Collection<? extends SpawnFileAction> fileActions, CharSequence[] argv, CharSequence[] envp)longBaseNativePOSIX. posix_spawnp(String path, Collection<? extends SpawnFileAction> fileActions, Collection<? extends CharSequence> argv, Collection<? extends CharSequence> envp)longBaseNativePOSIX. posix_spawnp(String path, Collection<? extends SpawnFileAction> fileActions, Collection<? extends SpawnAttribute> spawnAttributes, CharSequence[] argv, CharSequence[] envp)longBaseNativePOSIX. posix_spawnp(String path, Collection<? extends SpawnFileAction> fileActions, Collection<? extends SpawnAttribute> spawnAttributes, Collection<? extends CharSequence> argv, Collection<? extends CharSequence> envp)longPOSIX. posix_spawnp(String path, Collection<? extends SpawnFileAction> fileActions, Collection<? extends CharSequence> argv, Collection<? extends CharSequence> envp)longPOSIX. posix_spawnp(String path, Collection<? extends SpawnFileAction> fileActions, Collection<? extends SpawnAttribute> spawnAttributes, Collection<? extends CharSequence> argv, Collection<? extends CharSequence> envp)
-