org.crsh.shell
Class ShellResponse.Cancelled

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

public static class ShellResponse.Cancelled
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.Cancelled INSTANCE
          .
 
Constructor Summary
private ShellResponse.Cancelled()
           
 
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.Cancelled INSTANCE
.

Constructor Detail

ShellResponse.Cancelled

private ShellResponse.Cancelled()
Method Detail

getMessage

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


Copyright © 2015 eXo Platform SAS. All Rights Reserved.