|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Shell
Method Summary | |
---|---|
Map<String,String> |
complete(String prefix)
Completion. |
String |
getPrompt()
Returns the shell prompt. |
String |
getWelcome()
Returns the welcome message. |
void |
process(String request,
ShellProcessContext processContext)
Process a request. |
Method Detail |
---|
String getWelcome()
String getPrompt()
void process(String request, ShellProcessContext processContext)
request
- the request to processprocessContext
- the process contextMap<String,String> complete(String prefix)
prefix
- the prefix to complete
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |