org.crsh.cli.impl.parser
Class Status.Response<T>

java.lang.Object
  extended by org.crsh.cli.impl.parser.Status.Response<T>
Enclosing class:
Status

static class Status.Response<T>
extends Object

The output.


Field Summary
(package private)  CommandDescriptor<T> command
          .
(package private)  LinkedList<Event> events
          .
(package private)  Status status
          .
 
Constructor Summary
Status.Response()
           
Status.Response(Status status)
           
 
Method Summary
(package private)  void add(Event event)
           
(package private)  void addAll(Collection<Event> toAdd)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

status

Status status
.


events

LinkedList<Event> events
.


command

CommandDescriptor<T> command
.

Constructor Detail

Status.Response

Status.Response(Status status)

Status.Response

Status.Response()
Method Detail

add

void add(Event event)

addAll

void addAll(Collection<Event> toAdd)


Copyright © 2015 eXo Platform SAS. All Rights Reserved.