|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jcraft.jsch.Channel
com.jcraft.jsch.ChannelSession
com.jcraft.jsch.ChannelExec
public class ChannelExec
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.jcraft.jsch.Channel |
|---|
Channel.MyPipedInputStream, Channel.PassiveInputStream, Channel.PassiveOutputStream |
| Field Summary | |
|---|---|
(package private) java.lang.String |
command
|
(package private) boolean |
pty
|
(package private) boolean |
xforwading
|
| Fields inherited from class com.jcraft.jsch.Channel |
|---|
close, connected, eof_local, eof_remote, exitstatus, id, index, io, lmpsize, lwsize, lwsize_max, recipient, reply, rmpsize, rwsize, session, thread, type |
| Constructor Summary | |
|---|---|
ChannelExec()
|
|
| Method Summary | |
|---|---|
java.io.InputStream |
getErrStream()
|
void |
init()
|
void |
setCommand(java.lang.String foo)
|
void |
setErrStream(java.io.OutputStream out)
|
void |
setPty(boolean foo)
|
void |
setXForwarding(boolean foo)
|
void |
start()
|
| Methods inherited from class com.jcraft.jsch.ChannelSession |
|---|
run |
| Methods inherited from class com.jcraft.jsch.Channel |
|---|
addRemoteWindowSize, close, connect, del, disconnect, disconnect, eof_remote, eof, getChannel, getChannel, getData, getExitStatus, getExtInputStream, getId, getInputStream, getOutputStream, getRecipient, getSession, isClosed, isConnected, isEOF, sendSignal, setExitStatus, setExtOutputStream, setExtOutputStream, setInputStream, setInputStream, setLocalPacketSize, setLocalWindowSize, setLocalWindowSizeMax, setOutputStream, setOutputStream, setRecipient, setRemotePacketSize, setRemoteWindowSize, setSession, write_ext, write, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
boolean xforwading
boolean pty
java.lang.String command
| Constructor Detail |
|---|
public ChannelExec()
| Method Detail |
|---|
public void setXForwarding(boolean foo)
setXForwarding in class Channelpublic void setPty(boolean foo)
public void start()
throws JSchException
start in class ChannelJSchExceptionpublic void setCommand(java.lang.String foo)
public void init()
init in class Channelpublic void setErrStream(java.io.OutputStream out)
public java.io.InputStream getErrStream()
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||