public final class MkCommand extends Object implements org.apache.sshd.server.Command
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
setErrorStream(OutputStream err) |
void |
setExitCallback(org.apache.sshd.server.ExitCallback cllbck) |
void |
setInputStream(InputStream input) |
void |
setOutputStream(OutputStream stream) |
void |
start(org.apache.sshd.server.Environment env) |
public void setInputStream(InputStream input)
setInputStream in interface org.apache.sshd.server.Commandpublic void setOutputStream(OutputStream stream)
setOutputStream in interface org.apache.sshd.server.Commandpublic void setErrorStream(OutputStream err)
setErrorStream in interface org.apache.sshd.server.Commandpublic void setExitCallback(org.apache.sshd.server.ExitCallback cllbck)
setExitCallback in interface org.apache.sshd.server.Commandpublic void start(org.apache.sshd.server.Environment env)
throws IOException
start in interface org.apache.sshd.server.CommandLifecycleIOExceptionpublic void destroy()
destroy in interface org.apache.sshd.server.CommandLifecycleCopyright © 2012–2018 jcabi.com. All rights reserved.