groovy / 2.5.14 / org / codehaus / groovy / tools / shell / completion / commandnamecompleter.html /

[Groovy] Class CommandNameCompleter

  • org.codehaus.groovy.tools.shell.completion.CommandNameCompleter

Completor for the command.names

Inherited fields
Fields inherited from class Fields
class SimpleCompletor delimiter

Constructor Summary

Constructors
Constructor and description
CommandNameCompleter (CommandRegistry registry, boolean withBlank)

Methods Summary

Methods
Type Params Return Type Name and description
SortedSet<String> getCandidates()

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class SimpleCompletor 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/2.5.14/html/gapi/org/codehaus/groovy/tools/shell/completion/CommandNameCompleter.html