org.crsh.cmdline.matcher.impl
Class Status.Response

java.lang.Object
  extended by org.crsh.cmdline.matcher.impl.Status.Response
Enclosing class:
Status

static class Status.Response
extends Object

The output.


Field Summary
(package private)  CommandDescriptor<?,?> 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<?,?> 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 © 2012 eXo Platform SAS. All Rights Reserved.