public interface Shell
extends java.io.Closeable
| Modifier and Type | Method and Description |
|---|---|
org.crsh.cli.impl.completion.CompletionMatch |
complete(java.lang.String prefix)
Completion.
|
ShellProcess |
createProcess(java.lang.String request)
Process a request.
|
java.lang.String |
getPrompt()
Returns the shell prompt.
|
java.lang.String |
getWelcome()
Returns the welcome message.
|
java.lang.String getWelcome()
java.lang.String getPrompt()
ShellProcess createProcess(java.lang.String request) throws java.lang.IllegalStateException
request - the request to processjava.lang.IllegalStateException - if the shell cannot create a processorg.crsh.cli.impl.completion.CompletionMatch complete(java.lang.String prefix)
prefix - the prefix to completeCopyright © 2014 eXo Platform SAS. All Rights Reserved.