org.crsh.shell
Class ShellResponse.Cancelled

java.lang.Object
  extended by org.crsh.shell.ShellResponse
      extended by org.crsh.shell.ShellResponse.Cancelled
Enclosing class:
ShellResponse

public static class ShellResponse.Cancelled
extends ShellResponse


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 static ShellResponse.Cancelled INSTANCE
          .
 
Constructor Summary
private ShellResponse.Cancelled()
           
 
Method Summary
 String getText()
           
 
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, 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

getText

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


Copyright © 2012 eXo Platform SAS. All Rights Reserved.