[Groovy] Class CommandNameCompleter
- org.apache.groovy.groovysh.completion.CommandNameCompleter
class CommandNameCompleter extends SimpleCompleter
Completer for the command.names
Fields inherited from class | Fields |
---|---|
class SimpleCompleter | delimiter |
Constructor Summary
Constructor and description |
---|
CommandNameCompleter
(CommandRegistry registry, boolean withBlank) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
SortedSet<String> |
getCandidates() |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class SimpleCompleter | add, addCandidateString, complete, getCandidates, leftShift, setCandidateStrings, setCandidates, setWithBlank |
Constructor Detail
CommandNameCompleter(CommandRegistry registry, boolean withBlank)
Method Detail
@Override SortedSet<String> getCandidates()
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/apache/groovy/groovysh/completion/CommandNameCompleter.html