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