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