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.
|
java.io.InputStream |
getStderr()
Returns the standard error stream of job.
|
java.io.OutputStream |
getStdin()
Returns the standard input stream of job.
|
java.io.InputStream |
getStdout()
Returns the standard output stream of job.
|
Job getJob()
java.io.InputStream getStdout()
java.io.InputStream getStderr()
java.io.OutputStream getStdin()