public interface Process
Modifier and Type | Interface and Description |
---|---|
static class |
Process.Utils |
Modifier and Type | Method and Description |
---|---|
java.io.PrintStream |
err() |
void |
error(int error)
Set the error code for the currently running pipe.
|
java.io.InputStream |
in() |
boolean |
isTty(int fd)
Check if the given descriptor for the currently running pipe is the terminal or not.
|
Job |
job()
Get the job controlling this process
|
java.io.PrintStream |
out() |
java.io.InputStream in()
java.io.PrintStream out()
java.io.PrintStream err()
Job job()
boolean isTty(int fd)
void error(int error)