public interface LogWatch extends Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the Watch.
|
InputStream |
getOutput()
Returns the
InputStream for the log watch. |
InputStream getOutput()
InputStream for the log watch.
If an OutputStream was passed in, will be nullInputStream which must be read completely or closedvoid close()
close in interface AutoCloseableclose in interface CloseableCopyright © 2015–2024 Red Hat. All rights reserved.