public abstract class SpawnFileAction
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
private static class |
SpawnFileAction.Close |
private static class |
SpawnFileAction.Dup |
private static class |
SpawnFileAction.Open |
Constructor and Description |
---|
SpawnFileAction() |
Modifier and Type | Method and Description |
---|---|
(package private) abstract boolean |
act(POSIX posix,
jnr.ffi.Pointer nativeFileActions) |
static SpawnFileAction |
close(int fd) |
static SpawnFileAction |
dup(int fd,
int newfd) |
static SpawnFileAction |
open(java.lang.String path,
int fd,
int flags,
int mode) |
abstract boolean act(POSIX posix, jnr.ffi.Pointer nativeFileActions)
public static SpawnFileAction dup(int fd, int newfd)
public static SpawnFileAction open(java.lang.String path, int fd, int flags, int mode)
public static SpawnFileAction close(int fd)