[Groovy] Class CommandsMultiCompleter
- org.codehaus.groovy.tools.shell.CommandsMultiCompleter
Completer for interactive shells.
- Authors:
- Jason Dillon
Field Summary
| Modifiers | Name | Description |
|---|---|---|
protected Logger | log |
Properties Summary
| Type | Name and description |
|---|---|
List |
list |
Methods Summary
| Type Params | Return Type | Name and description |
|---|---|---|
def |
add(Command command) | |
int |
complete(String buffer, int pos, List cand) | |
void |
refresh() |
Field Detail
protected final Logger log
Property Detail
List list
Method Detail
def add(Command command)
@Override int complete(String buffer, int pos, List cand)
void refresh()
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/tools/shell/CommandsMultiCompleter.html