|
||||||||||
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.UnknownCommand
public static class ShellResponse.UnknownCommand
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 String |
name . |
Constructor Summary | |
---|---|
private |
ShellResponse.UnknownCommand(String name) |
Method Summary | |
---|---|
String |
getMessage() |
String |
getName() |
String |
toString() |
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, wait, wait, wait |
Field Detail |
---|
private final String name
Constructor Detail |
---|
private ShellResponse.UnknownCommand(String name)
Method Detail |
---|
public String getName()
public String getMessage()
getMessage
in class ShellResponse
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |