public class DefaultCompleter extends Object implements CommandLineCompleter
Modifier and Type | Class and Description |
---|---|
static interface |
DefaultCompleter.CandidatesProvider |
Constructor and Description |
---|
DefaultCompleter(DefaultCompleter.CandidatesProvider candidatesProvider) |
Modifier and Type | Method and Description |
---|---|
int |
complete(CommandContext ctx,
String buffer,
int cursor,
List<String> candidates) |
public DefaultCompleter(DefaultCompleter.CandidatesProvider candidatesProvider)
public int complete(CommandContext ctx, String buffer, int cursor, List<String> candidates)
complete
in interface CommandLineCompleter
Copyright © 2023 JBoss by Red Hat. All rights reserved.