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.SyntaxError, ShellResponse.UnknownCommand
 
Constructor Summary
ShellResponse.UnknownCommand(String name)
           
 
Method Summary
 String getName()
           
 String getText()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShellResponse.UnknownCommand

public ShellResponse.UnknownCommand(String name)
Method Detail

getName

public String getName()

getText

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


Copyright © 2011 eXo Platform SAS. All Rights Reserved.