| Constructor and Description |
|---|
AsyncShell(ExecutorService executor,
Shell shell) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
org.crsh.cli.impl.completion.CompletionMatch |
complete(String prefix)
Completion.
|
AsyncProcess |
createProcess(String request)
Process a request.
|
String |
getPrompt()
Returns the shell prompt.
|
String |
getWelcome()
Returns the welcome message.
|
public AsyncShell(ExecutorService executor, Shell shell)
public void close()
close in interface Closeableclose in interface AutoCloseablepublic String getWelcome()
ShellgetWelcome in interface Shellpublic String getPrompt()
Shellpublic org.crsh.cli.impl.completion.CompletionMatch complete(String prefix)
Shellpublic AsyncProcess createProcess(String request)
ShellcreateProcess in interface Shellrequest - the request to processCopyright © 2015 eXo Platform SAS. All Rights Reserved.