|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.crsh.cli.impl.parser.Status
abstract class Status
| Nested Class Summary | |
|---|---|
(package private) static class |
Status.ComputeArg
|
(package private) static class |
Status.Done
|
(package private) static class |
Status.ReadingArg
|
(package private) static class |
Status.ReadingOption
|
(package private) static class |
Status.Request<T>
The input. |
(package private) static class |
Status.Response<T>
The output. |
(package private) static class |
Status.WantReadArg
|
| Constructor Summary | |
|---|---|
Status()
|
|
| Method Summary | ||
|---|---|---|
(package private) abstract
|
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 |
| Constructor Detail |
|---|
Status()
| Method Detail |
|---|
abstract <T> Status.Response<T> process(Status.Request<T> req)
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 | |||||||||