public class DummyCommand extends Object implements org.apache.sshd.server.Command
Modifier and Type | Class and Description |
---|---|
static class |
DummyCommand.Factory |
Modifier and Type | Field and Description |
---|---|
static String |
COMMAND_SUCCEEDED |
Constructor and Description |
---|
DummyCommand() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
void |
setErrorStream(OutputStream err) |
void |
setExitCallback(org.apache.sshd.server.ExitCallback callback) |
void |
setInputStream(InputStream in) |
void |
setOutputStream(OutputStream out) |
void |
start(org.apache.sshd.server.Environment env) |
public static final String COMMAND_SUCCEEDED
public void setInputStream(InputStream in)
setInputStream
in interface org.apache.sshd.server.Command
public void setOutputStream(OutputStream out)
setOutputStream
in interface org.apache.sshd.server.Command
public void setErrorStream(OutputStream err)
setErrorStream
in interface org.apache.sshd.server.Command
public void setExitCallback(org.apache.sshd.server.ExitCallback callback)
setExitCallback
in interface org.apache.sshd.server.Command
public void start(org.apache.sshd.server.Environment env) throws IOException
start
in interface org.apache.sshd.server.Command
IOException
public void destroy()
destroy
in interface org.apache.sshd.server.Command
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.