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
IOException
SshException
ShellTimeoutException
String readLine(long timeout) throws SshException, ShellTimeoutException
timeout
- IOException
SshException
ShellTimeoutException
Copyright © 2024. All rights reserved.