org.crsh.shell
Class ShellResponse.Display

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

public static class ShellResponse.Display
extends ShellResponse.Ok


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.Display(Iterable<?> produced, String text)
           
ShellResponse.Display(String text)
           
 
Method Summary
 String getText()
           
 
Methods inherited from class org.crsh.shell.ShellResponse.Ok
getProduced
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShellResponse.Display

public ShellResponse.Display(String text)

ShellResponse.Display

public ShellResponse.Display(Iterable<?> produced,
                             String text)
Method Detail

getText

public String getText()
Overrides:
getText in class ShellResponse.Ok


Copyright © 2011 eXo Platform SAS. All Rights Reserved.