|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
C
- the consumed element generic typeP
- the produced element generic typepublic interface CommandInvoker<C,P>
A command invoker is a filter for an InteractionContext
consumer.
Method Summary | |
---|---|
void |
setSession(CommandContext session)
Associate the command invoker with a session, the association should be done before the command is invoked. |
Methods inherited from interface org.crsh.io.Consumer |
---|
getConsumedType, provide |
Methods inherited from interface java.io.Flushable |
---|
flush |
Methods inherited from interface org.crsh.io.Producer |
---|
close, getProducedType, open, setPiped |
Method Detail |
---|
void setSession(CommandContext session)
session
- the session
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |