public class FailCommand extends AbstractCommand
| Modifier and Type | Field and Description |
|---|---|
private String |
failure
.
|
private Throwable |
throwable
.
|
| Constructor and Description |
|---|
FailCommand(String failure) |
FailCommand(String failure,
Throwable throwable) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
start(org.apache.sshd.server.Environment env) |
setErrorStream, setExitCallback, setInputStream, setOutputStream, setSessionpublic FailCommand(String failure)
public FailCommand(String failure, Throwable throwable)
public void start(org.apache.sshd.server.Environment env) throws IOException
IOExceptionpublic void destroy()
Copyright © 2015 eXo Platform SAS. All Rights Reserved.