Modifier and Type | Method and Description |
---|---|
CompletionMatch |
OptionCompletion.complete() |
CompletionMatch |
ParameterCompletion.complete() |
(package private) abstract CompletionMatch |
Completion.complete() |
CompletionMatch |
SpaceCompletion.complete() |
CompletionMatch |
CommandCompletion.complete() |
CompletionMatch |
EmptyCompletion.complete() |
CompletionMatch |
CompletionMatcher.match(Completer completer,
String s) |
CompletionMatch |
CompletionMatcher.match(String s) |
Modifier and Type | Method and Description |
---|---|
CompletionMatch |
GroovyRepl.complete(ShellSession session,
String prefix) |
Modifier and Type | Method and Description |
---|---|
CompletionMatch |
ScriptRepl.complete(ShellSession session,
String prefix) |
Modifier and Type | Method and Description |
---|---|
CompletionMatch |
Repl.complete(ShellSession session,
String prefix)
Perform completion.
|
Modifier and Type | Method and Description |
---|---|
CompletionMatch |
Shell.complete(String prefix)
Completion.
|
Modifier and Type | Method and Description |
---|---|
CompletionMatch |
AsyncShell.complete(String prefix) |
Modifier and Type | Method and Description |
---|---|
CompletionMatch |
CRaSHSession.complete(String prefix)
For now basic implementation
|
Modifier and Type | Method and Description |
---|---|
CompletionMatch |
Command.complete(RuntimeContext context,
String line)
Provide completions for the specified arguments.
|
Modifier and Type | Field and Description |
---|---|
CompletionMatch |
ServerMessage.Completion.value
.
|
Modifier and Type | Method and Description |
---|---|
CompletionMatch |
ServerAutomaton.complete(String prefix) |
Constructor and Description |
---|
ServerMessage.Completion(CompletionMatch value) |
Copyright © 2015 eXo Platform SAS. All Rights Reserved.