org.crsh.shell
Class ShellResponse.UnknownCommand

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

public static class ShellResponse.UnknownCommand
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  String name
          .
 
Constructor Summary
private ShellResponse.UnknownCommand(String name)
           
 
Method Summary
 String getName()
           
 String getText()
           
 String toString()
           
 
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, 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()

getText

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 eXo Platform SAS. All Rights Reserved.