|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.crsh.shell.ShellResponse org.crsh.shell.ShellResponse.Ok
public static class ShellResponse.Ok
Command execution is terminated.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.crsh.shell.ShellResponse |
---|
ShellResponse.Cancelled, ShellResponse.Close, ShellResponse.Error, ShellResponse.NoCommand, ShellResponse.Ok, ShellResponse.UnknownCommand |
Field Summary | |
---|---|
private Iterable<?> |
produced . |
Constructor Summary | |
---|---|
private |
ShellResponse.Ok() |
private |
ShellResponse.Ok(Iterable<?> produced) |
Method Summary | |
---|---|
String |
getMessage() |
Iterable<?> |
getProduced() |
Methods inherited from class org.crsh.shell.ShellResponse |
---|
cancelled, close, error, error, evalError, evalError, internalError, internalError, noCommand, ok, ok, unknownCommand |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final transient Iterable<?> produced
Constructor Detail |
---|
private ShellResponse.Ok()
private ShellResponse.Ok(Iterable<?> produced)
Method Detail |
---|
public Iterable<?> getProduced()
public String getMessage()
getMessage
in class ShellResponse
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |