com.jcraft.jsch
public class ChannelExec extends ChannelSession
| Method Summary | |
|---|---|
| InputStream | getErrStream() |
| void | setCommand(String command) |
| void | setCommand(byte[] command) |
| void | setErrStream(OutputStream out) |
| void | setErrStream(OutputStream out, boolean dontclose) |
| void | start() |