|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Shell
Method Summary | |
---|---|
CompletionMatch |
complete(String prefix) Completion. |
ShellProcess |
createProcess(String request) Process a request. |
String |
getPrompt() Returns the shell prompt. |
String |
getWelcome() Returns the welcome message. |
Methods inherited from interface java.io.Closeable |
---|
close |
Method Detail |
---|
String getWelcome()
String getPrompt()
ShellProcess createProcess(String request) throws IllegalStateException
request
- the request to processIllegalStateException
- if the shell cannot create a processCompletionMatch complete(String prefix)
prefix
- the prefix to complete
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |