public interface ExecWatch
extends java.io.Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the Watch.
|
java.io.InputStream |
getError() |
java.io.InputStream |
getErrorChannel() |
java.io.OutputStream |
getInput() |
java.io.InputStream |
getOutput() |
void |
resize(int cols,
int rows) |
java.io.OutputStream getInput()
java.io.InputStream getOutput()
java.io.InputStream getError()
java.io.InputStream getErrorChannel()
void close()
close in interface java.lang.AutoCloseableclose in interface java.io.Closeablevoid resize(int cols,
int rows)
Copyright © 2015-2019 Red Hat. All Rights Reserved.