public class CommandCompleter
extends jline.console.completer.StringsCompleter
Completer for Spring Boot Commands.| Constructor and Description | 
|---|
| CommandCompleter(jline.console.ConsoleReader consoleReader,
                jline.console.completer.ArgumentCompleter.ArgumentDelimiter argumentDelimiter,
                Iterable<Command> commands) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | complete(String buffer,
        int cursor,
        List<CharSequence> candidates) | 
public int complete(String buffer, int cursor, List<CharSequence> candidates)
complete in interface jline.console.completer.Completercomplete in class jline.console.completer.StringsCompleterCopyright © 2021 Pivotal Software, Inc.. All rights reserved.