public interface Streams
Job
.
Note that these standard streams are only available for interactive jobs.Modifier and Type | Method and Description |
---|---|
Job |
getJob()
Get the job for which this Streams was created.
|
InputStream |
getStderr()
Returns the standard error stream of job.
|
OutputStream |
getStdin()
Returns the standard input stream of job.
|
InputStream |
getStdout()
Returns the standard output stream of job.
|
Job getJob()
InputStream getStdout()
InputStream getStderr()
OutputStream getStdin()