org.crsh.shell
Class ShellResponse.NoCommand

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

public static class ShellResponse.NoCommand
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 static ShellResponse.NoCommand INSTANCE
          .
 
Constructor Summary
private ShellResponse.NoCommand()
           
 
Method Summary
 String getMessage()
           
 
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

INSTANCE

private static final ShellResponse.NoCommand INSTANCE
.

Constructor Detail

ShellResponse.NoCommand

private ShellResponse.NoCommand()
Method Detail

getMessage

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


Copyright © 2015 eXo Platform SAS. All Rights Reserved.