|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.crsh.cmdline.matcher.impl.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
The input. |
(package private) static class |
Status.Response
The output. |
(package private) static class |
Status.WantReadArg
|
Constructor Summary | |
---|---|
Status()
|
Method Summary | ||
---|---|---|
(package private) abstract
|
process(Status.Request 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 process(Status.Request 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 |