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