public interface Shell extends Closeable
| Modifier and Type | Method and Description |
|---|---|
CompletionMatch |
complete(String prefix)
Completion.
|
ShellProcess |
createProcess(String request)
Process a request.
|
String |
getPrompt()
Returns the shell prompt.
|
String |
getWelcome()
Returns the welcome message.
|
String getWelcome()
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 completeCopyright © 2015 eXo Platform SAS. All Rights Reserved.