org.crsh.shell
Class ShellResponse

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

public abstract class ShellResponse
extends java.lang.Object

Version:
$Revision$
Author:
Julien Viet

Nested Class Summary
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.UnkownCommand
           
 
Constructor Summary
ShellResponse()
           
 
Method Summary
abstract  java.lang.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 java.lang.String getText()


Copyright © 2010 eXo Platform SAS. All Rights Reserved.