public interface Shell extends Closeable
| Modifier and Type | Method and Description |
|---|---|
org.crsh.cli.impl.completion.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()
String getPrompt()
ShellProcess createProcess(String request) throws IllegalStateException
request - the request to processIllegalStateException - if the shell cannot create a processorg.crsh.cli.impl.completion.CompletionMatch complete(String prefix)
prefix - the prefix to completeCopyright © 2015 eXo Platform SAS. All Rights Reserved.