com.jcraft.jsch

Class ChannelExec

public class ChannelExec extends ChannelSession

Method Summary
InputStreamgetErrStream()
voidsetCommand(String command)
voidsetCommand(byte[] command)
voidsetErrStream(OutputStream out)
voidsetErrStream(OutputStream out, boolean dontclose)
voidstart()

Method Detail

getErrStream

public InputStream getErrStream()

setCommand

public void setCommand(String command)

setCommand

public void setCommand(byte[] command)

setErrStream

public void setErrStream(OutputStream out)

setErrStream

public void setErrStream(OutputStream out, boolean dontclose)

start

public void start()