|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.crsh.cli.impl.parser.Status.Response<T>
static class Status.Response<T>
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
LinkedList<Event> events
CommandDescriptor<T> command
Constructor Detail |
---|
Status.Response(Status status)
Status.Response()
Method Detail |
---|
void add(Event event)
void addAll(Collection<Event> toAdd)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |