org.crsh.shell
Class ShellResponse

java.lang.Object
  extended by org.crsh.shell.ShellResponse
Direct Known Subclasses:
ShellResponse.Cancelled, ShellResponse.Close, ShellResponse.Error, ShellResponse.NoCommand, ShellResponse.Ok, ShellResponse.SyntaxError, ShellResponse.UnknownCommand

public abstract class ShellResponse
extends Object

Version:
$Revision$
Author:
Julien Viet

Nested Class Summary
static class ShellResponse.Cancelled
           
static class ShellResponse.Close
           
static class ShellResponse.Display
           
static class ShellResponse.Error
           
static class ShellResponse.NoCommand
           
static class ShellResponse.Ok
          Command execution is terminated.
static class ShellResponse.SyntaxError
           
static class ShellResponse.UnknownCommand
           
 
Constructor Summary
ShellResponse()
           
 
Method Summary
abstract  String getText()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShellResponse

public ShellResponse()
Method Detail

getText

public abstract String getText()


Copyright © 2011 eXo Platform SAS. All Rights Reserved.