Class Command
- java.lang.Object
-
- com.chutneytesting.action.ssh.sshd.Command
-
- All Implemented Interfaces:
Runnable,org.apache.sshd.server.command.Command,org.apache.sshd.server.command.CommandDirectErrorStreamAware,org.apache.sshd.server.command.CommandDirectInputStreamAware,org.apache.sshd.server.command.CommandDirectOutputStreamAware,org.apache.sshd.server.command.CommandDirectStreamsAware,org.apache.sshd.server.command.CommandLifecycle,org.apache.sshd.server.session.ServerSessionAware
public class Command extends Object implements org.apache.sshd.server.command.Command, org.apache.sshd.server.session.ServerSessionAware, Runnable
-
-
Constructor Summary
Constructors Constructor Description Command(SshServerMock sshServerMock)Command(SshServerMock sshServerMock, String command)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy(org.apache.sshd.server.channel.ChannelSession channel)voidrun()voidsetErrorStream(OutputStream err)voidsetExitCallback(org.apache.sshd.server.ExitCallback callback)voidsetInputStream(InputStream in)voidsetOutputStream(OutputStream out)voidsetSession(org.apache.sshd.server.session.ServerSession session)voidstart(org.apache.sshd.server.channel.ChannelSession channel, org.apache.sshd.server.Environment env)
-
-
-
Constructor Detail
-
Command
public Command(SshServerMock sshServerMock, String command)
-
Command
public Command(SshServerMock sshServerMock)
-
-
Method Detail
-
setInputStream
public void setInputStream(InputStream in)
- Specified by:
setInputStreamin interfaceorg.apache.sshd.server.command.CommandDirectInputStreamAware
-
setOutputStream
public void setOutputStream(OutputStream out)
- Specified by:
setOutputStreamin interfaceorg.apache.sshd.server.command.CommandDirectOutputStreamAware
-
setErrorStream
public void setErrorStream(OutputStream err)
- Specified by:
setErrorStreamin interfaceorg.apache.sshd.server.command.CommandDirectErrorStreamAware
-
setExitCallback
public void setExitCallback(org.apache.sshd.server.ExitCallback callback)
- Specified by:
setExitCallbackin interfaceorg.apache.sshd.server.command.Command
-
start
public void start(org.apache.sshd.server.channel.ChannelSession channel, org.apache.sshd.server.Environment env) throws IOException- Specified by:
startin interfaceorg.apache.sshd.server.command.CommandLifecycle- Throws:
IOException
-
destroy
public void destroy(org.apache.sshd.server.channel.ChannelSession channel) throws Exception- Specified by:
destroyin interfaceorg.apache.sshd.server.command.CommandLifecycle- Throws:
Exception
-
setSession
public void setSession(org.apache.sshd.server.session.ServerSession session)
- Specified by:
setSessionin interfaceorg.apache.sshd.server.session.ServerSessionAware
-
-