org.crsh.shell
Class ShellResponse.Ok
java.lang.Object
org.crsh.shell.ShellResponse
org.crsh.shell.ShellResponse.Ok
- Direct Known Subclasses:
- ShellResponse.Display
- Enclosing class:
- ShellResponse
public static class ShellResponse.Ok
- extends ShellResponse
Command execution is terminated.
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, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
produced
private final Iterable<?> produced
- .
ShellResponse.Ok
private ShellResponse.Ok()
ShellResponse.Ok
private ShellResponse.Ok(Iterable<?> produced)
getProduced
public Iterable<?> getProduced()
getText
public String getText()
- Specified by:
getText
in class ShellResponse
Copyright © 2012 eXo Platform SAS. All Rights Reserved.