public interface ShellReader
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
readLine()
Read a line of output from the process.
|
java.lang.String |
readLine(long timeout)
Read a line of output from the process.
|
java.lang.String readLine()
throws SshException,
ShellTimeoutException
java.io.IOExceptionSshExceptionShellTimeoutExceptionjava.lang.String readLine(long timeout)
throws SshException,
ShellTimeoutException
timeout - java.io.IOExceptionSshExceptionShellTimeoutExceptionCopyright © 2022. All rights reserved.