|
||||||||||
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 org.crsh.cli.impl.parser.Status.ReadingArg
static class Status.ReadingArg
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.crsh.cli.impl.parser.Status |
---|
Status.ComputeArg, Status.Done, Status.ReadingArg, Status.ReadingOption, Status.Request<T>, Status.Response<T>, Status.WantReadArg |
Field Summary | |
---|---|
private int |
index . |
Constructor Summary | |
---|---|
(package private) |
Status.ReadingArg() |
private |
Status.ReadingArg(int index) |
Method Summary | ||
---|---|---|
(package private) Status.ReadingArg |
next() |
|
(package private)
|
process(Status.Request<T> req) Process a request. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final int index
Constructor Detail |
---|
Status.ReadingArg()
private Status.ReadingArg(int index)
Method Detail |
---|
Status.ReadingArg next()
<T> Status.Response<T> process(Status.Request<T> req)
Status
process
in class Status
T
- the generic type of the commandreq
- the request
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |