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

Field Detail

text

private final String text
.

Constructor Detail

ShellResponse.Display

private ShellResponse.Display(String text)

ShellResponse.Display

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

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getText

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


Copyright © 2012 eXo Platform SAS. All Rights Reserved.