|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of CompletionMatch in org.crsh.cli.impl.completion |
|---|
| Methods in org.crsh.cli.impl.completion that return CompletionMatch | |
|---|---|
CompletionMatch |
CommandCompletion.complete()
|
(package private) abstract CompletionMatch |
Completion.complete()
|
CompletionMatch |
EmptyCompletion.complete()
|
CompletionMatch |
OptionCompletion.complete()
|
CompletionMatch |
ParameterCompletion.complete()
|
CompletionMatch |
SpaceCompletion.complete()
|
CompletionMatch |
CompletionMatcher.match(Completer completer,
String s)
|
CompletionMatch |
CompletionMatcher.match(String s)
|
| Uses of CompletionMatch in org.crsh.command |
|---|
| Methods in org.crsh.command that return CompletionMatch | |
|---|---|
CompletionMatch |
BaseCommand.complete(RuntimeContext context,
String line)
|
CompletionMatch |
ShellCommand.complete(RuntimeContext context,
String line)
Provide completions for the specified arguments. |
| Uses of CompletionMatch in org.crsh.lang.groovy.command |
|---|
| Methods in org.crsh.lang.groovy.command that return CompletionMatch | |
|---|---|
CompletionMatch |
GroovyScriptCommand.complete(RuntimeContext context,
String line)
|
| Uses of CompletionMatch in org.crsh.shell |
|---|
| Methods in org.crsh.shell that return CompletionMatch | |
|---|---|
CompletionMatch |
Shell.complete(String prefix)
Completion. |
| Uses of CompletionMatch in org.crsh.shell.impl.async |
|---|
| Methods in org.crsh.shell.impl.async that return CompletionMatch | |
|---|---|
CompletionMatch |
AsyncShell.complete(String prefix)
|
| Uses of CompletionMatch in org.crsh.shell.impl.command |
|---|
| Methods in org.crsh.shell.impl.command that return CompletionMatch | |
|---|---|
CompletionMatch |
CRaSHSession.complete(String prefix)
For now basic implementation |
| Uses of CompletionMatch in org.crsh.shell.impl.remoting |
|---|
| Fields in org.crsh.shell.impl.remoting declared as CompletionMatch | |
|---|---|
CompletionMatch |
ServerMessage.Completion.value
. |
| Methods in org.crsh.shell.impl.remoting that return CompletionMatch | |
|---|---|
CompletionMatch |
ServerAutomaton.complete(String prefix)
|
| Constructors in org.crsh.shell.impl.remoting with parameters of type CompletionMatch | |
|---|---|
ServerMessage.Completion(CompletionMatch value)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||