|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SpawnFileAction | |
|---|---|
| jnr.posix | |
| Uses of SpawnFileAction in jnr.posix |
|---|
| Methods in jnr.posix that return SpawnFileAction | |
|---|---|
static SpawnFileAction |
SpawnFileAction.close(int fd)
|
static SpawnFileAction |
SpawnFileAction.dup(int fd,
int newfd)
|
static SpawnFileAction |
SpawnFileAction.open(java.lang.String path,
int fd,
int flags,
int mode)
|
| Method parameters in jnr.posix with type arguments of type SpawnFileAction | |
|---|---|
long |
POSIX.posix_spawnp(java.lang.String path,
java.util.Collection<? extends SpawnFileAction> fileActions,
java.util.Collection<? extends java.lang.CharSequence> argv,
java.util.Collection<? extends java.lang.CharSequence> envp)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||