org.crsh.shell
Class ShellResponse.UnknownCommand

java.lang.Object
  extended by org.crsh.shell.ShellResponse
      extended by org.crsh.shell.ShellResponse.UnknownCommand
All Implemented Interfaces:
Serializable
Enclosing class:
ShellResponse

public static class ShellResponse.UnknownCommand
extends ShellResponse

See Also:
Serialized Form

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

name

private final String name
.

Constructor Detail

ShellResponse.UnknownCommand

private ShellResponse.UnknownCommand(String name)
Method Detail

getName

public String getName()

getMessage

public String getMessage()
Specified by:
getMessage in class ShellResponse

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015 eXo Platform SAS. All Rights Reserved.