|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.crsh.ssh.term.AbstractCommand org.crsh.ssh.term.FailCommand
public class FailCommand
Field Summary | |
---|---|
private String |
failure . |
private Throwable |
throwable . |
Fields inherited from class org.crsh.ssh.term.AbstractCommand |
---|
callback, err, in, out, session |
Constructor Summary | |
---|---|
FailCommand(String failure) |
|
FailCommand(String failure, Throwable throwable) |
Method Summary | |
---|---|
void |
destroy() |
void |
start(org.apache.sshd.server.Environment env) |
Methods inherited from class org.crsh.ssh.term.AbstractCommand |
---|
setErrorStream, setExitCallback, setInputStream, setOutputStream, setSession |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final String failure
private final Throwable throwable
Constructor Detail |
---|
public FailCommand(String failure)
public FailCommand(String failure, Throwable throwable)
Method Detail |
---|
public void start(org.apache.sshd.server.Environment env) throws IOException
IOException
public void destroy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |