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